@charset "utf-8";
/* CSS Document */

/* 初期設定 */
* {
    border: medium none;
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", serif;
    font-size: 14px;
    font-weight: normal;
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: #151515;
    font-style: normal;
    line-height: 1.6em;
    letter-spacing: 0.1em;
}
strong {
    font-weight: bold;
}
img {
    vertical-align: bottom;
}
table {
    border-collapse: collapse;
}
a:hover img, input[type="image"]:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
    border: none;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}
.spImg {
    display: none;
}

/* iOSでのデフォルトスタイルをリセット */
body {
    -webkit-text-size-adjust: 100%;
}
input[type="submit"], input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
outline-offset: -2px;
}
/* ローディング画面 */
#loader_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #040404;
    z-index: 2000;
}
#loader_bg #loader {
    position: fixed;
    top: calc(50% - 60px);
    width: 70%;
    max-width: 501px;
    text-align: center;
    color: #fff;
    z-index: 2100;
}
#loader_bg #loader img {
    width: 100%;
    max-width: 501px;
}
#loader_bg #loader p {
    color: #fff;
    letter-spacing: 0.1em;
    font-weight: normal;
    margin-top: 10px;
}
/* /ローディング画面 */


.globalnav {
    opacity: 0;
    transition: 0.3s opacity ease-out;
}
body.box-lid-open .globalnav {
    opacity: 1;
}


/*utility CSS*/

/* Font-Size */
	.font10 { font-size: 10px; }
	.font12 { font-size: 12px; }
	.font14 { font-size: 14px; }
	.font20 { font-size: 20px; }
	.font22 { font-size: 22px; }

/* Margin-Top & Padding-Top */
	.mt00 { margin-top:  0px; }    .pt00 { padding-top:  0px; }
	.mt05 { margin-top:  5px; }    .pt05 { padding-top:  5px; }
	.mt10 { margin-top: 10px; }    .pt10 { padding-top: 10px; }
	.mt15 { margin-top: 15px; }    .pt15 { padding-top: 15px; }
	.mt20 { margin-top: 20px; }    .pt20 { padding-top: 20px; }
	.mt25 { margin-top: 25px; }    .pt25 { padding-top: 25px; }
	.mt30 { margin-top: 30px; }    .pt30 { padding-top: 30px; }
	.mt35 { margin-top: 35px; }    .pt35 { padding-top: 35px; }
	.mt40 { margin-top: 40px; }    .pt40 { padding-top: 40px; }
	.mt45 { margin-top: 45px; }    .pt45 { padding-top: 45px; }
	.mt50 { margin-top: 50px; }    .pt50 { padding-top: 50px; }
	.mt55 { margin-top: 55px; }    .pt55 { padding-top: 55px; }
	.mt60 { margin-top: 60px; }    .pt60 { padding-top: 60px; }
	.mt65 { margin-top: 65px; }    .pt65 { padding-top: 65px; }
	.mt70 { margin-top: 70px; }    .pt70 { padding-top: 70px; }
	.mt75 { margin-top: 75px; }    .pt75 { padding-top: 75px; }
	.mt80 { margin-top: 80px; }    .pt80 { padding-top: 80px; }
	.mt85 { margin-top: 85px; }    .pt85 { padding-top: 85px; }
	.mt90 { margin-top: 90px; }    .pt90 { padding-top: 90px; }
	.mt95 { margin-top: 95px; }    .pt95 { padding-top: 95px; }
	.mt100{ margin-top:100px; }    .pt100{ padding-top:100px; }

/* Margin-Right & Padding-Right */
	.mr00 { margin-right:  0px; }  .pr00 { padding-right:  0px; }
	.mr05 { margin-right:  5px; }  .pr05 { padding-right:  5px; }
	.mr10 { margin-right: 10px; }  .pr10 { padding-right: 10px; }
	.mr15 { margin-right: 15px; }  .pr15 { padding-right: 15px; }
	.mr20 { margin-right: 20px; }  .pr20 { padding-right: 20px; }
	.mr25 { margin-right: 25px; }  .pr25 { padding-right: 25px; }
	.mr30 { margin-right: 30px; }  .pr30 { padding-right: 30px; }
	.mr35 { margin-right: 35px; }  .pr35 { padding-right: 35px; }
	.mr40 { margin-right: 40px; }  .pr40 { padding-right: 40px; }
	.mr45 { margin-right: 45px; }  .pr45 { padding-right: 45px; }
	.mr50 { margin-right: 50px; }  .pr50 { padding-right: 50px; }
	.mr55 { margin-right: 55px; }  .pr55 { padding-right: 55px; }
	.mr60 { margin-right: 60px; }  .pr60 { padding-right: 60px; }
	.mr65 { margin-right: 65px; }  .pr65 { padding-right: 65px; }
	.mr70 { margin-right: 70px; }  .pr70 { padding-right: 70px; }
	.mr75 { margin-right: 75px; }  .pr75 { padding-right: 75px; }
	.mr80 { margin-right: 80px; }  .pr80 { padding-right: 80px; }
	.mr85 { margin-right: 85px; }  .pr85 { padding-right: 85px; }
	.mr90 { margin-right: 90px; }  .pr90 { padding-right: 90px; }
	.mr95 { margin-right: 95px; }  .pr95 { padding-right: 95px; }
	.mr100{ margin-right:100px; }  .pr100{ padding-right:100px; }

/* Margin-Bottom & Padding-Bottom */
	.mb00 { margin-bottom:  0px; } .pb00 { padding-bottom:  0px; }
	.mb05 { margin-bottom:  5px; } .pb05 { padding-bottom:  5px; }
	.mb10 { margin-bottom: 10px; } .pb10 { padding-bottom: 10px; }
	.mb15 { margin-bottom: 15px; } .pb15 { padding-bottom: 15px; }
	.mb20 { margin-bottom: 20px; } .pb20 { padding-bottom: 20px; }
	.mb25 { margin-bottom: 25px; } .pb25 { padding-bottom: 25px; }
	.mb30 { margin-bottom: 30px; } .pb30 { padding-bottom: 30px; }
	.mb35 { margin-bottom: 35px; } .pb35 { padding-bottom: 35px; }
	.mb40 { margin-bottom: 40px; } .pb40 { padding-bottom: 40px; }
	.mb45 { margin-bottom: 45px; } .pb45 { padding-bottom: 45px; }
	.mb50 { margin-bottom: 50px; } .pb50 { padding-bottom: 50px; }
	.mb55 { margin-bottom: 55px; } .pb55 { padding-bottom: 55px; }
	.mb60 { margin-bottom: 60px; } .pb60 { padding-bottom: 60px; }
	.mb65 { margin-bottom: 65px; } .pb65 { padding-bottom: 65px; }
	.mb70 { margin-bottom: 70px; } .pb70 { padding-bottom: 70px; }
	.mb75 { margin-bottom: 75px; } .pb75 { padding-bottom: 75px; }
	.mb80 { margin-bottom: 80px; } .pb80 { padding-bottom: 80px; }
	.mb85 { margin-bottom: 85px; } .pb85 { padding-bottom: 85px; }
	.mb90 { margin-bottom: 90px; } .pb90 { padding-bottom: 90px; }
	.mb95 { margin-bottom: 95px; } .pb95 { padding-bottom: 95px; }
	.mb100{ margin-bottom:100px; } .pb100{ padding-bottom:100px; }

/* Margin-Left & Padding-Left */
	.ml00 { margin-left:  0px; }   .pl00 { padding-left:  0px; }
	.ml05 { margin-left:  5px; }   .pl05 { padding-left:  5px; }
	.ml10 { margin-left: 10px; }   .pl10 { padding-left: 10px; }
	.ml15 { margin-left: 15px; }   .pl15 { padding-left: 15px; }
	.ml20 { margin-left: 20px; }   .pl20 { padding-left: 20px; }
	.ml25 { margin-left: 25px; }   .pl25 { padding-left: 25px; }
	.ml30 { margin-left: 30px; }   .pl30 { padding-left: 30px; }
	.ml35 { margin-left: 35px; }   .pl35 { padding-left: 35px; }
	.ml40 { margin-left: 40px; }   .pl40 { padding-left: 40px; }
	.ml45 { margin-left: 45px; }   .pl45 { padding-left: 45px; }
	.ml50 { margin-left: 50px; }   .pl50 { padding-left: 50px; }
	.ml55 { margin-left: 55px; }   .pl55 { padding-left: 55px; }
	.ml60 { margin-left: 60px; }   .pl60 { padding-left: 60px; }
	.ml65 { margin-left: 65px; }   .pl65 { padding-left: 65px; }
	.ml70 { margin-left: 70px; }   .pl70 { padding-left: 70px; }
	.ml75 { margin-left: 75px; }   .pl75 { padding-left: 75px; }
	.ml80 { margin-left: 80px; }   .pl80 { padding-left: 80px; }
	.ml85 { margin-left: 85px; }   .pl85 { padding-left: 85px; }
	.ml90 { margin-left: 90px; }   .pl90 { padding-left: 90px; }
	.ml95 { margin-left: 95px; }   .pl95 { padding-left: 95px; }
	.ml100{ margin-left:100px; }   .pl100{ padding-left:100px; }

/* Float */
	.fl { float: left; }        .fr { float: right; }       .clear { clear:both; }

/* TextAlign */
	.al { text-align: left; }   .ar { text-align: right; }  .ac { text-align: center; }



/* ブレイクポイント */
@media (max-width: 980px) {
.pc {
    display: none;
}
}

@media (min-width: 981px), (max-width: 640px) {
.tab {
    display: none;
}
}

@media (min-width: 641px) {
.sp {
    display: none;
}
}
/* /ブレイクポイント */
#content {
    overflow: hidden;
}
.wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    overflow-x: hidden;
    overflow: auto;
}
.overlay {
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10000;
    display: none;
}
body.box-lid-open .overlay {
    display: block;
}
.globalnav {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 4% 2% 0%;
    box-sizing: border-box;
    z-index: -100;
}
.pinchout {
    display: none;
}
/* ヘッダー */
header {
    height: 56px;
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000;
    right: 17px;
}

.mac header {right: 0px;}
@media (max-width: 640px) {
header {
    right: 0px;
}
}
.gnav_btn {
    position: absolute;
    left: 20px;
    top: 15px;
    cursor: pointer;
    display: inline-flex;
    display: -webkit-inline-flex;
    flex-flow: wrap;
    -webkit-flex-flow: wrap;
    align-items: center;
    -webkit-align-items: center;
}
.gnav_btn span {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 18px;
    letter-spacing: 0.1em;
    color: #afa280;
    margin-left: 10px;
}
header h1 {
    position: absolute;
    left: 170px;
    top: 12px;
}
.nav_list {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 400;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-align-items: center;
}

.mac .nav_list > li:nth-of-type(2) a {min-width: 6em; display: block;}
.nav_list > li:nth-of-type(3) {
    margin-right: 40px;
}
.nav_list > li > a, .nav_list > li > span {
    color: #2e2e2e;
    cursor: pointer;
    margin: 0px 20px;
}
.nav_list > li > a {
    position: relative;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.nav_list > li > a:hover {
    text-decoration: underline;
}
/*.nav_list > li > a::after { position: absolute; bottom: -4px; left: 0px; content: ''; width: 0; height: 1px; background-color: #2e2e2e; transition: .2s;}
.nav_list > li > a:hover::after { width: 100%;}*/
.language {
    position: relative;
    padding-right: 30px;
    margin-right: 0px !important;
}
.language::before {
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    background-color: #2e2e2e;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    right: 12px;
    top: 3px;
    transition: 0.2s all ease;
}
.language::after {
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    background-color: #2e2e2e;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 5px;
    top: 3px;
    transition: 0.2s all ease;
}
.language.active::before {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
.language.active::after {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.language_list {
    display: none;
    margin: 0px 1em;
    position: fixed;
    z-index: 20000;
    padding: 20px;
    background-color: rgba(255,255,255,0.9);
}
.language_list li {
    padding: 10px 0px 10px 20px;
    border-bottom: 1px solid #2e2e2e;
}
.language_list li a {
    color: #2e2e2e;
    margin-right: 1em;
}
.language_list li a:hover {
    color: #999;
}
body.japanese .language_list li.japanese, body.english .language_list li.english, body.kantai .language_list li.kantai, body.hantai .language_list li.hantai {
    position: relative;
}
body.japanese .language_list li.japanese::before, body.english .language_list li.english::before, body.kantai .language_list li.kantai::before, body.hantai .language_list li.hantai::before {
    content: "";
    display: block;
    width: 7px;
    height: 10px;
    border-right: 1px solid #2e2e2e;
    border-bottom: 1px solid #2e2e2e;
    position: absolute;
    left: 5px;
    top: 11px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.nav_list > li:nth-of-type(3) {
	margin-right: 12px;
}

.nav_list > li:nth-of-type(3) a {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    width: 100px;
    height: 40px;
    background-color: #afa280;
    color: #fff;
    font-size: 16px;
    transition: 0.2s background-color ease-out;
    text-shadow: -1px 1px 0px rgba(0,0,0,0.4);
    -webkit-transition: 0.2s background-color ease-out;
    -webkit-text-shadow: -1px 1px 0px rgba(0,0,0,0.4);
    margin: 0 auto;
}
.nav_list > li:nth-of-type(3) a:hover {
    background-color: #8e8262
}

.nav_list > li:last-child a {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    width: 166px;
    height: 40px;
    background-color: #6f5f36;
    color: #fff;
    font-size: 16px;
    transition: 0.2s background-color ease-out;
    text-shadow: -1px 1px 0px rgba(0,0,0,0.4);
    -webkit-transition: 0.2s background-color ease-out;
    -webkit-text-shadow: -1px 1px 0px rgba(0,0,0,0.4);
    margin: 0 auto;
}
.nav_list > li:last-child a:hover {
    background-color: #463a1d;
}

@media (max-width: 1140px) {
	.nav_list > li > a, .nav_list > li > span {
		margin: 0px 10px;
	}
	.nav_list > li:nth-of-type(3) {
		margin-right: 10px;
	}
	
	.nav_list > li:nth-of-type(4) a, .nav_list > li:last-child a {
		width: 120px;
	}
}

@media (max-width: 980px) {
 .nav_list > li/*:not(:nth-of-type(3))*/ {
display: none;
}
.nav_list > li:nth-of-type(3) {
    margin-right: 20px;
}
/*.gnav_btn span {
    display: none;
}*/
header h1 {
    left: 140px;
}
.nav_list {
    top: 17px;
    right: 15px;
}
}

@media (max-width: 640px) {
.nav_list > li:nth-of-type(3) span {
    margin: 0px;
}
.nav_list > li:nth-of-type(3) {
    margin-right: 10px;
}
.gnav_btn {
    left: 10px;
}
header h1 {
    width: 32%;
    left: 130px;
}
header h1 a {
    height: 33px;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-align-items: center;
}
header h1 a img {
    width: 100%;
}
.language_list {
    margin: 0;
    padding: 10px;
}
}

@media (max-width: 480px) {
header {
    height: 45px;
}
header h1 {
    top: 6px;
    /*left: 55px;*/
}
.gnav_btn {
    top: 10px;
}
.nav_list {
    top: 12px;
}
.nav_list > li:nth-of-type(3) span.language {
    font-size: 12px;
    padding-right: 20px;
}
.language_list {
    right: 20px;
}
}
/* ヘッダー */

/* グロナビNEWボタン */

body.box-lid-open .globalnav .gnav li{width: 72%;}

.g_new{
	position: relative;
	display:block;
}

.g_new::after {
    content: "-NEW-";
    /*position: absolute;*/
    font-size: 12px;
    color: #ec1818;
    padding: 0.1rem 0 0 1rem;
	/*top: 1px;*/
	z-index: 3;
	
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media (max-width: 859px) {

body.box-lid-open .globalnav .gnav li{width: 100%;}

.g_new::after {
    font-size: 10px;
    padding: 0rem;
}
}

@media (max-width: 480px) {
.g_new::after {float: right; padding:0;}
}



.g_new::after{
	-webkit-animation:blink 1s ease-in-out infinite alternate;
    -moz-animation:blink 1s ease-in-out infinite alternate;
    animation:blink 1s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}







/* 点滅1

.g_new::after {
  text-align: center;
  color: rgba(255,255,255,0.1);
  background: -webkit-gradient(linear, left top, right top, from(#ff0000), to(#ff0000), color-stop(0.5, #fff));
  background: -moz-gradient(linear, left top, right top, from(#ff0000), to(#ff0000), color-stop(0.5, #fff));
  background: gradient(linear, left top, right top, from(#ff0000), to(#ff0000), color-stop(0.5, #fff));
  -webkit-background-size: 125px 100%;
  -moz-background-size: 125px 100%;
  background-size: 125px 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-animation-name: shimmer;
  -moz-animation-name: shimmer;
  animation-name: shimmer;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: #ff0000;
}
@-moz-keyframes shimmer {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top right;
  }
}
@-webkit-keyframes shimmer {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top right;
  }
}
@-o-keyframes shimmer {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top right;
  }
}
@keyframes shimmer {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top right;
  }
}

 */











/* フッター */
footer {
    z-index: 500;
    background-color: #fff;
    padding-top: 45px;
    position: relative;
}
.foot_nav {
    margin: 20px 0px 40px;
}
.foot_nav ul {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-justify-content: center;
    margin-bottom: 10px;
}
.foot_nav ul li {
    line-height: 1em;
    padding: 0px 15px;
    border-left: 1px solid #a9a9a9;
}
.foot_nav ul li:first-child {
    border-left: none;
}
.foot_nav ul li a {
    line-height: 1em;
    color: #5d5d5d;
    font-size: 12px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    position: relative;
}
/*.foot_nav ul li a::after { position: absolute; bottom: -4px; left: 0px; content: ''; width: 0; height: 1px; background-color: #2e2e2e; transition: .2s;}
.foot_nav ul li a:hover::after { width: 100%;}*/
.foot_nav ul li a:hover {
    text-decoration: underline;
}
.foot_contact {
    background-color: #f1f1ee;
    padding: 45px 0px;
    text-align: center;
}
.foot_contact aside {
    margin-top: 10px;
    padding: 0 15px;
    font-size: 12px;
}
.foot_contact > p {
    font-size: 16px;
}
.foot_contact > p span {
    font-size: 16px;
    display: inline-block;
}
body.japanese .foot_contact > a {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    width: 90%;
    max-width: 500px;
    height: 60px;
    background-color: #afa280;
    color: #fff;
    font-size: 18px;
    transition: 0.2s background-color ease-out;
    text-shadow: -1px 1px 0px rgba(0,0,0,0.4);
    -webkit-transition: 0.2s background-color ease-out;
    -webkit-text-shadow: -1px 1px 0px rgba(0,0,0,0.4);
    margin: 45px auto;
}
body.english .foot_contact > a {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    width: 246px;
    height: 60px;
    background-color: #afa280;
    color: #fff;
    font-size: 16px;
    transition: 0.2s background-color ease-out;
    text-shadow: -1px 1px 0px rgba(0,0,0,0.4);
    -webkit-transition: 0.2s background-color ease-out;
    -webkit-text-shadow: -1px 1px 0px rgba(0,0,0,0.4);
    margin: 0 auto;
}
body.japanese .foot_contact > a:hover, body.english .foot_contact > a:hover {
    background-color: #8e8262;
}
.foot_contact .tel p.contact_txt {
    font-size: 15px;
    text-align: center;
}
.foot_contact .tel p.freedial, .foot_contact .tel p.freedial a {
    font-size: 33px;
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", serif;
    text-align: center;
}
.foot_contact .tel p.freedial::before {
    content: url(../images/common/freedial_icon.png);
    margin-right: 20px;
    position: relative;
    top: 2px;
}
.foot_contact .tel p span {
    display: inline-block;
}
.foot_contact .tel p.time {
    font-size: 12px;
    text-align: center;
}
.foot {
    padding: 50px 0px 45px;
    background-color: #fff;
}
.foot .foot_logo {
    width: 780px;
    margin: 0 auto;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-justify-content: space-between;
    margin-bottom: 50px;
}
.foot .foot_logo li {
    width: 217px;
}
.foot .foot_logo li a span {
    font-size: 9px;
    font-family: "メイリオ", "sans-serif";
    margin-left: 40px;
}
.foot .foot_logo li a img {
    width: 100%;
}
.foot .foot_link {
    width: 780px;
    margin: 0 auto;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-justify-content: space-between;
    margin-bottom: 40px;
}
.foot .foot_link li a {
    font-size: 12px;
    color: #676767;
    position: relative;
    font-family: "メイリオ", "sans-serif";
    cursor: pointer;
}
.foot .foot_link li a::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-right: 1px solid #676767;
    border-bottom: 1px solid #676767;
    position: absolute;
    left: -14px;
    top: 5px;
    transform: rotate(-45deg);
    transition: 0.1s all ease;
    -webkit-transform: rotate(-45deg);
    -webkit-transition: 0.1s all ease;
}
.foot .foot_link li a:hover::before {
    left: -11px;
}
.copyright {
    font-family: "メイリオ", "sans-serif";
    font-size: 10px;
    color: #676767;
    text-align: center;
}
.copyright span {
    font-family: "メイリオ", "sans-serif";
    font-size: 10px;
    color: #676767;
    display: inline-block;
}

@media (max-width: 820px) {
.foot .foot_logo {
    width: 96%;
}
.foot .foot_link {
    width: 100%;
}
.foot .foot_link li {
    width: 50%;
    text-align: center;
    margin-bottom: 10px;
}
}

@media (max-width: 720px) {
.foot .foot_logo li {
    width: 32%;
}
.foot .foot_logo li a span {
    margin-left: 17%;
}
.foot_nav ul {
    width: 90%;
    margin: 0 auto 10px;
    text-align: center;
}
.foot_nav ul li {
    width: 25%;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.foot_nav ul li:nth-of-type(5) {
    border-left: none;
}
}

@media (max-width: 640px) {
.foot_nav {
    margin: 20px 0px 0px;
}
.foot_nav ul {
    margin-bottom: 0px;
    width: 100%;
}
.foot_nav ul:nth-of-type(1) {
    border-top: 1px solid #ccc;
}
.foot_nav ul li {
    padding: 0px;
    border-right: 1px solid #ccc;
    border-left: none;
    width: 33.3333333333%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0px;
}
.foot_nav ul li:nth-child(3n) {
    border-right: none;
}
.foot_nav ul li a {
    color: #5d5d5d;
    font-size: 12px;
    padding: 20px 0px;
    width: 100%;
    display: block;
}
.foot_nav ul li a:hover {
    color: #fff;
    background-color: #121212;
    transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
}
.foot_nav ul li a::after {
    content: none;
}
.foot .foot_link {
    border-top: 1px solid #ccc;
}
.foot .foot_link li {
    padding: 0px;
    border-left: none;
    width: 50%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0px;
    box-sizing: border-box;
}
.foot .foot_link li:nth-child(even) {
    border-left: 1px solid #ccc;
}
.foot .foot_link li a {
    color: #5d5d5d;
    font-size: 12px;
    padding: 20px 5px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    -webkit-box-sizing: border-box;
}
.foot .foot_link li a span {
    display: inline-block;
}
.foot .foot_link a:hover {
    color: #fff;
    background-color: #121212;
    transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.foot .foot_link a:hover span {
    color: #fff;
    -webkit-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
}
.foot .foot_link li a::before {
    content: none;
}
}

@media (max-width: 480px) {
.foot .foot_logo {
    flex-flow: column;
    align-items: center;
    -webkit-flex-flow: column;
    -webkit-align-items: center;
}
.foot .foot_logo li {
    width: 90%;
    max-width: 217px;
    margin-bottom: 10px;
}
}
/* /フッター */






/* トップページ */
body.japanese .main_visual {
    background: url(../images/top/mainvisual.jpg) no-repeat center/cover;
    position: relative;
}
.main_txt {
    display: block;
    text-align: center;
    position: absolute;
    right: 10%;
    top: 20%;
}
.scroll {
    position: absolute;
    bottom: 50px;
    color: #fff;
    cursor: pointer;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    padding-bottom: 40px;
    padding-top: 20px;
    width: 127px;
    left: calc(50% - 64px);
}
.scroll:hover {
    bottom: 35px;
}
.scroll::before {
    content: "";
    display: block;
    width: 1px;
    height: 40px;
    background-color: #fff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    left: 49px;
    bottom: 0px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}
.scroll::after {
    content: "";
    display: block;
    width: 1px;
    height: 40px;
    background-color: #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 49px;
    bottom: 0px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}
.main_visual aside {
    position: absolute;
    bottom: 5px;
    right: 10px;
    color: #fff;
    font-size: 12px;
    line-height: 1em;
    text-shadow: 0px 0px 2px rgba(0,0,0,1);
    -webkit-text-shadow: 0px 0px 2px rgba(0,0,0,1);
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

@media (max-width: 980px) {
.main_txt {
    max-width: 50%;
}
.scroll {
    bottom: 60px;
}
.scroll:hover {
    bottom: 50px;
}
}

@media (max-width: 640px) {
.scroll {
    bottom: 40px;
}
.scroll:hover {
    bottom: 30px;
}
}

@media (max-width: 480px) {
.scroll {
    bottom: 20px;
}
.scroll:hover {
    bottom: 10px;
}
}
.top_section_01 {
    padding: 45px 0 75px;
    position: relative;
    background-color: #e6e6e7;
    margin-top: 130px;
}
.top_section_01 .top_img_01 {
    position: absolute;
    right: calc(50% - 480px);
    top: -30px;
    width: 529px;
}
.top_section_01 .top_img_01 div {
    width: 529px;
    background: url(../images/top/top_img_01.jpg) no-repeat center/cover;
}
.top_section_01 .top_img_01 aside {
    margin-right: 0.5em;
    color: #221815;
    font-size: 10px;
    text-align: right;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.top_section_01 .top_section_01_link {
    position: absolute;
    left: calc(50% - 490px);
    top: 45px;
}
.top_section_01 dl {
    display: inline-block;
    margin-left: calc(50% - 480px);
}
.top_section_01 dl dt p {
    margin-bottom: 30px;
}
.top_section_01 dl dt h2 {
    font-size: 50px;
    color: #221815;
    line-height: 1em;
}
.top_section_01 dl dt h2 span {
    font-size: 32px;
    color: #221815;
}
.top_section_01 dl dd p {
    line-height: 2em;
    color: #221815;
}
.top_section_01 dl dd p span {
    display: inline-block;
}
.top_section_01 dl dd a {
    color: #676767;
    border-bottom: 1px solid #6d6d6d;
    padding: 10px 45px 10px 30px;
    margin-top: 50px;
    display: inline-block;
    transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.top_section_01 .top_section_01_link:hover + dl dd a {
    color: #fff;
    background-color: #121212;
}

@media (max-width: 980px) {
.top_section_01 .top_section_01_link {
    left: 10px;
    top: 45px;
}
.top_section_01 .top_img_01 {
    left: auto;
    right: 10px;
    top: -30px;
    width: 50%;
}
.top_section_01 .top_img_01 div {
    width: 100%;
}
.top_section_01 dl {
    margin-left: 10px;
}
}

@media (max-width: 730px) {
.top_section_01 dl {
    width: calc(50% - 10px);
}
.top_section_01 dl dt p {
    margin-bottom: 10px;
}
.top_section_01 dl dt h2 {
    font-size: 40px;
}
}

@media (max-width: 520px) {
.top_section_01 .top_section_01_link {
    left: 0px;
    top: 45px;
}
.top_section_01 {
    padding-bottom: 30px;
    margin-top: 70px;
}
.top_section_01 .top_img_01 {
    position: static;
    width: 100%;
}
.top_section_01 dl {
    width: auto;
    text-align: center;
    margin-bottom: 20px;
    display: block;
}
.top_section_01 dl dt p {
    margin-bottom: 10px;
}
.top_section_01 dl dt h2 {
    font-size: 40px;
}
.top_section_01 dl dd a {
    margin-top: 30px;
}
}

@media (max-width: 640px) {
.yachiyo {
    height: auto !important;
    width: 60%;
}
}
.top_section_02 {
    padding: 45px 0 85px;
    position: relative;
}
.top_section_02 .top_img_02 {
    position: absolute;
    right: 44%;
    top: -20px;
    width: 529px;
}
.top_section_02 .top_img_02 div {
    width: 529px;
    height: 315px;
    background: url(../images/top/top_img_02.jpg) no-repeat center/cover;
}
.top_section_02 .top_img_02 aside {
    margin-right: 0.5em;
    color: #221815;
    font-size: 10px;
    text-align: right;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.top_section_02 .top_section_02_link {
    position: absolute;
    left: 60%;
    top: 45px;
}
.top_section_02 dl {
    display: inline-block;
    margin-left: 60%;
}
.top_section_02 dl dt p {
    font-size: 16px;
    color: #676767;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}
.top_section_02 dl dt h2 {
    font-size: 50px;
    color: #221815;
    line-height: 1em;
}
.top_section_02 dl dt h2 span {
    font-size: 32px;
    color: #161616;
}
.top_section_02 dl dd p {
    line-height: 2em;
    color: #221815;
}
.top_section_02 dl dd p span {
    display: inline-block;
}
.top_section_02 dl dd a {
    color: #676767;
    border-bottom: 1px solid #6d6d6d;
    padding: 10px 45px 10px 30px;
    margin-top: 40px;
    display: inline-block;
    transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.top_section_02 .top_section_02_link:hover + dl dd a {
    color: #fff;
    background-color: #121212;
}

@media (max-width: 980px) {
.top_section_02 .top_img_02 {
    width: 50%;
    left: 10px;
    right: auto;
}
.top_section_02 .top_img_02 div {
    width: 100%;
}
.top_section_02 .top_section_02_link {
    left: 55%;
}
.top_section_02 dl {
    margin-left: 55%;
}
}

@media (max-width: 680px) {
.top_section_02 dl dt p {
    margin-bottom: 10px;
}
.top_section_02 dl dt h2 {
    font-size: 40px;
}
}

@media (max-width: 520px) {
.top_section_02 .top_img_02 {
    position: static;
    width: 100%;
}
.top_section_02 .top_section_02_link {
    left: 0px;
}
.top_section_02 dl {
    width: auto;
    text-align: center;
    margin-left: auto;
    margin-bottom: 20px;
    display: block;
}
.top_section_02 dl dt p {
    margin-bottom: 10px;
}
.top_section_02 dl dt h2 {
    font-size: 40px;
}
.top_section_02 dl dd a {
    margin-top: 30px;
}
}
.top_section_03 {
    display: flex;
    flex-flow: wrap;
    align-items: top;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-align-items: top;
    -webkit-justify-content: space-between;
    width: 980px;
    margin: 0 auto;
}
.top_section_03 .top_img_03 {
    width: 315px;
    order: 1;
    -webkit-order: 1;
}
.top_section_03 .top_img_03 div {
    width: 315px;
    height: 315px;
    background: url(../images/top/top_img_03.jpg) no-repeat center/cover;
}
.top_section_03 .top_img_03 aside {
    margin-right: 0.5em;
    color: #221815;
    font-size: 10px;
    text-align: right;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.top_section_03 .top_img_04 {
    width: 315px;
    order: 3;
    -webkit-order: 3;
}
.top_section_03 .top_img_04 div {
    width: 315px;
    height: 315px;
    background: url(../images/top/top_img_04.jpg) no-repeat center/cover;
}
.top_section_03 .top_img_04 aside {
    margin-right: 0.5em;
    color: #221815;
    font-size: 10px;
    text-align: right;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.top_section_03_link {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-align-items: center;
    width: 300px;
    height: 300px;
    position: relative;
    transition: 0.2s background-color ease-out 0.2s;
    -webkit-transition: 0.2s background-color ease-out 0.2s;
    margin-top: 7px;
    order: 2;
    -webkit-order: 2;
}
.top_section_03_link:hover {
    background-color: #E7D8BA;
}
.top_section_03_link::before {
    content: "";
    display: block;
    width: 300px;
    height: 300px;
    box-sizing: border-box;
    position: absolute;
    top: -7px;
    left: -7px;
    border: 2px solid #afa17f;
    transition: 0.2s top ease-out, 0.2s left ease-out;
    -webkit-transition: 0.2s top ease-out, 0.2s left ease-out;
}
.top_section_03_link::after {
    content: "";
    display: block;
    width: 300px;
    height: 300px;
    box-sizing: border-box;
    position: absolute;
    bottom: -7px;
    right: -7px;
    border: 1px solid #707070;
    transition: 0.2s bottom ease-out, 0.2s right ease-out;
    -webkit-transition: 0.2s bottom ease-out, 0.2s right ease-out;
}
.top_section_03_link:hover::before {
    top: 0px;
    left: 0px;
}
.top_section_03_link:hover::after {
    bottom: 0px;
    right: 0px;
}
.top_section_03 dl {
    display: block;
    width: 300px;
    text-align: center;
}
.top_section_03 dl dt p {
    font-size: 16px;
    color: #676767;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
    transition: 0.1s color ease-out 0.2s;
    -webkit-transition: 0.1s color ease-out 0.2s;
}
.top_section_03 dl dt h2 {
    font-size: 50px;
    color: #221815;
    line-height: 1em;
    transition: 0.1s color ease-out 0.2s;
    -webkit-transition: 0.1s color ease-out 0.2s;
}
.top_section_03 dl dt h2 span {
    font-size: 32px;
    color: #161616;
    transition: 0.1s color ease-out 0.2s;
    -webkit-transition: 0.1s color ease-out 0.2s;
}
.top_section_03 dl dd p {
    line-height: 2em;
    color: #221815;
    transition: 0.1s color ease-out 0.2s;
    -webkit-transition: 0.1s color ease-out 0.2s;
}
.top_section_03 dl dd span {
    color: #676767;
    border-bottom: 1px solid #6d6d6d;
    padding: 10px 30px 10px 15px;
    margin-top: 10px;
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    transition: 0.1s color ease-out 0.2s, 0.1s border-bottom-color ease-out 0.2s;
    -webkit-transition: 0.1s color ease-out 0.2s, 0.1s border-bottom-color ease-out 0.2s;
}

.kakaku
{
    text-align: center;
    margin: 30px 0 ;
}

.kakaku p
{
    color: #6E5E36;
    border: solid 1px #6E5E36;
    width: 70%;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 22px;
}

.kakaku strong,
.kakaku sup { color: #6E5E36;}

.kakaku strong
{font-size: 24px;}

.kakaku .kakaku_tit
{ background-color: #6E5E36; color: #FFF;}

.kakaku .kakaku_tit strong
{color: #FFF;}

.guide {
    background: #F6F2E5;
    text-align: center;
    padding: 20px 0;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 20px;
}



@media (max-width: 720px) {

    .guide {      
            background: #F6F2E5;
            text-align: center;
            padding: 20px 0;
            margin: 0 auto;
            margin-bottom: 20px;
		    width: 100%;
        }
        
	.kakaku { width: 100%; margin-top:0px;}

    .kakaku p
    {
		width: 99%;
		font-size: 16px;
        color: #6E5E36;
        border: solid 1px #6E5E36;
        margin: 0 auto;
        padding: 10px 0;
    }

    }

    @media (max-width: 640px) {
        .sp02 {
            display: none;
        }
        }

@media (max-width: 980px) {
.top_section_03 {
    width: 100%;
}
.top_section_03 .top_img_03 {
    width: 32%;
}
.top_section_03 .top_img_03 div {
    width: 100%;
    height: 282px;
}
.top_section_03 .top_img_04 {
    width: 32%;
}
.top_section_03 .top_img_04 div {
    width: 100%;
    height: 282px;
}
.top_section_03_link {
    width: 31%;
    margin-top: 3px;
    height: 275px;
}
.top_section_03_link::before, .top_section_03_link::after {
    width: 100%;
    height: 275px;
}
.top_section_03_link::before {
    top: -3px;
    left: -3px;
}
.top_section_03_link::after {
    bottom: -3px;
    right: -3px;
}
.top_section_03 dl {
    display: block;
    width: 300px;
    text-align: center;
}
.top_section_03 dl dt p {
    margin-bottom: 10px;
}
.top_section_03 dl dt h2 {
    font-size: 40px;
}
.top_section_03 dl dt h2 span {
    font-size: 30px;
}
.top_section_03 dl dd p {
    font-size: 12px;
}
.top_section_03 dl dd span {
    padding: 10px 15px 10px 5px;
}
}

@media (max-width: 720px) {
.top_section_03 {
    display: block;
    overflow: hidden;
}
.top_section_03 .top_img_03 {
    width: 48%;
    float: right;
    margin-bottom: 10px;
}
.top_section_03 .top_img_03 div {
    height: 180px;
}
.top_section_03 .top_img_04 {
    width: 48%;
    float: right;
}
.top_section_03 .top_img_04 div {
    height: 180px;
}
.top_section_03_link {
    width: 48%;
    float: left;
    margin-left: 10px;
    height: 380px;
}
.top_section_03_link::before, .top_section_03_link::after {
    width: 100%;
    height: 380px;
}
}

@media (max-width: 480px) {
.top_section_03 {
    overflow: inherit;
}
.top_section_03 .top_img_03 {
    width: 100%;
    float: none;
    margin-bottom: 10px;
}
.top_section_03 .top_img_03 div {
    height: 180px;
}
.top_section_03 .top_img_04 {
    width: 100%;
    float: none;
}
.top_section_03 .top_img_04 div {
    height: 180px;
}
.top_section_03_link {
    width: 90%;
    float: none;
    margin: 0 auto 20px;
    height: auto;
    padding: 20px 0;
}
.top_section_03_link::before, .top_section_03_link::after {
    width: 100%;
    height: 100%;
}
.top_section_03 dl {
    width: 100%;
}
}
.top_section_04 {
    padding: 45px 0 75px;
    position: relative;
    background-color: #afa280;
    margin-top: 90px;
}
.top_section_04 .top_img_05 {
    position: absolute;
    right: calc(50% - 480px);
    top: -30px;
    width: 520px;
}
.top_section_04 .top_img_05 div {
    width: 520px;
    background: url(../images/top/top_img_05.jpg) no-repeat center/cover;
}
.top_section_04 .top_img_05 aside {
    margin-right: 0.5em;
    color: #221815;
    font-size: 10px;
    text-align: right;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.top_section_04 .top_section_04_link {
    position: absolute;
    left: calc(50% - 490px);
    top: 45px;
}
.top_section_04 dl {
    display: inline-block;
    width: 330px;
    margin-left: calc(50% - 480px);
}
.top_section_04 dl dt p {
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}
.top_section_04 dl dt h2 {
    font-size: 50px;
    color: #fff;
    line-height: 1em;
}
.top_section_04 dl dt h2 span {
    font-size: 32px;
    color: #fff;
}
.top_section_04 dl dd p {
    line-height: 2em;
    color: #fff;
}
.top_section_04 dl dd p span {
    display: inline-block;
    color: #fff;
}
.top_section_04 dl dd a {
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 10px 25px 10px 10px;
    margin-top: 50px;
    display: inline-block;
    transition: all 200ms ease-in;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.top_section_04 .top_section_04_link:hover + dl dd a {
    color: #fff;
    background-color: #121212;
    border-bottom-color: #121212;
}

@media (max-width: 980px) {
.top_section_04 .top_img_05 {
    left: auto;
    right: 10px;
    top: -30px;
    width: 50%;
}
.top_section_04 .top_img_05 div {
    width: 100%;
}
.top_section_04 .top_section_04_link {
    left: 10px;
    top: 45px;
}
.top_section_04 dl {
    margin-left: 10px;
}
}

@media (max-width: 680px) {
.top_section_04 dl {
    width: calc(50% - 10px);
}
.top_section_04 dl dt p {
    margin-bottom: 10px;
}
.top_section_04 dl dt h2 {
    font-size: 40px;
}
}

@media (max-width: 520px) {
.top_section_04 {
    padding-bottom: 30px;
}
.top_section_04 .top_img_05 {
    position: static;
    width: 100%;
}
.top_section_04 .top_section_04_link {
    left: 0px;
}
.top_section_04 dl {
    width: auto;
    text-align: center;
    margin-bottom: 20px;
    display: block;
}
.top_section_04 dl dt p {
    margin-bottom: 10px;
}
.top_section_04 dl dt h2 {
    font-size: 40px;
}
.top_section_04 dl dd a {
    margin-top: 30px;
}
}
.top_section_05 {
    margin-top: 120px;
    padding: 45px 0 40px;
    position: relative;
}
.top_section_05 .top_img_06 {
    position: absolute;
    left: calc(50% - 480px);
    top: -20px;
    width: 529px;
}
.top_section_05 .top_img_06 div {
    width: 529px;
    height: 315px;
    background: url(../images/top/top_img_06.jpg) no-repeat center/cover;
}
.top_section_05 .top_img_06 aside {
    margin-right: 0.5em;
    color: #221815;
    font-size: 10px;
    text-align: right;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.top_section_05 .top_section_05_link {
    position: absolute;
    left: 60%;
    top: 45px;
}
.top_section_05 dl {
    display: inline-block;
    margin-left: 60%;
}
.top_section_05 dl dt p {
    font-size: 16px;
    color: #676767;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}
.top_section_05 dl dt h2 {
    font-size: 50px;
    color: #221815;
    line-height: 1em;
}
.top_section_05 dl dt h2 span {
    font-size: 32px;
    color: #161616;
}
.top_section_05 dl dd p {
    line-height: 2em;
    color: #221815;
}
.top_section_05 dl dd p span {
    display: inline-block;
}
.top_section_05 dl dd a {
    color: #676767;
    border-bottom: 1px solid #6d6d6d;
    padding: 10px 45px 10px 30px;
    margin-top: 40px;
    display: inline-block;
    transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.top_section_05 .top_section_05_link:hover + dl dd a {
    color: #fff;
    background-color: #121212;
}

@media (max-width: 980px) {
.top_section_05 .top_img_06 {
    width: 50%;
    left: 10px;
    right: auto;
}
.top_section_05 .top_img_06 div {
    width: 100%;
}
.top_section_05 .top_section_05_link {
    left: 55%;
}
.top_section_05 dl {
    margin-left: 55%;
}
}

@media (max-width: 680px) {
.top_section_05 dl dt p {
    margin-bottom: 10px;
}
.top_section_05 dl dt h2 {
    font-size: 40px;
}
}

@media (max-width: 520px) {
.top_section_05 {
    margin-top: 50px;
    padding-bottom: 0px;
}
.top_section_05 .top_img_06 {
    position: static;
    width: 100%;
}
.top_section_05 .top_section_05_link {
    left: 0px;
}
.top_section_05 dl {
    width: auto;
    text-align: center;
    margin-left: auto;
    margin-bottom: 20px;
    display: block;
}
.top_section_05 dl dt p {
    margin-bottom: 10px;
}
.top_section_05 dl dt h2 {
    font-size: 40px;
}
.top_section_05 dl dd a {
    margin-top: 30px;
}
}
.top_section_06 {
    display: flex;
    flex-flow: wrap;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    margin-top: 130px;
}
.top_section_06 .top_section_06_left {
    margin-left: calc(50% - 490px);
    width: 240px;
    text-align: center;
}
.top_section_06 .top_section_06_left .top_section_06_name {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-flex-flow: column;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    width: 240px;
    height: 350px;
    box-sizing: border-box;
    border: 1px solid #707070;
}
.top_section_06 .top_section_06_left .top_section_06_name img {
    margin: 12px 0px;
}
.top_section_06 .top_section_06_left a {
    color: #676767;
    border-bottom: 1px solid #6d6d6d;
    padding: 10px 45px 10px 30px;
    margin-top: 30px;
    display: inline-block;
    transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.top_section_06 .top_section_06_left a:hover {
    color: #fff;
    background-color: #121212;
}
.top_section_06 .top_section_06_right {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-align-items: center;
    position: relative;
    margin-left: 50px;
    background-color: #e7e3d9;
    width: calc(50% + 200px);
}
.top_section_06 .top_section_06_right dl {
    display: block;
    margin-left: 70px;
}
.top_section_06 .top_section_06_right dl dt p {
    display: none;
}
.top_section_06 .top_section_06_right dl dt h2 {
    font-size: 50px;
    color: #221815;
    line-height: 1em;
}
.top_section_06 .top_section_06_right dl dt h2 span {
    font-size: 32px;
    color: #221815;
}
.top_section_06 .top_section_06_right dl dd p {
    line-height: 2em;
    color: #221815;
}
.top_section_06 .top_section_06_right dl dd p span {
    display: inline-block;
}
.top_section_06 .top_section_06_right dl dd a {
    display: none;
}
.top_section_06 .top_section_06_right .top_img_07 {
    position: absolute;
    left: 375px;
    top: -30px;
    width: 315px;
}
.top_section_06 .top_section_06_right .top_img_07 div {
    width: 315px;
    height: 365px;
    background: url(../images/top/top_img_07.jpg) no-repeat center/cover;
}
.top_section_06 .top_section_06_right .top_img_07 aside {
    margin-right: 0.5em;
    color: #221815;
    font-size: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    margin-top: 0.5em;
}

@media (max-width: 980px) {
.top_section_06 .top_section_06_left {
    margin-left: 2%;
    width: 20%;
}
.top_section_06 .top_section_06_left .top_section_06_name {
    width: 100%;
    height: 320px;
}
.top_section_06 .top_section_06_right {
    margin-left: 3%;
    width: 75%;
}
.top_section_06 .top_section_06_right dl {
    margin-left: 5%;
    width: 45%;
}
.top_section_06 .top_section_06_right dl dt h2 {
    font-size: 40px;
}
.top_section_06 .top_section_06_right dl dt h2 span {
    font-size: 30px;
}
.top_section_06 .top_section_06_right dl dd p {
    line-height: 2em;
    color: #221815;
}
.top_section_06 .top_section_06_right .top_img_07 {
    width: 50%;
    left: auto;
    right: 0px;
}
.top_section_06 .top_section_06_right .top_img_07 div {
    width: 100%;
    height: 315px;
}
}

@media (max-width: 780px) {
.top_section_06 .top_section_06_left a {
    padding: 10px 0px;
    display: block;
}
}

@media (max-width: 640px) {
.top_section_06 .top_section_06_left {
    width: 38%;
}
.top_section_06 .top_section_06_left .top_section_06_name {
    height: 400px;
}
.top_section_06 .top_section_06_right {
    flex-flow: column;
    -webkit-flex-flow: column;
    margin-left: 2%;
    width: 58%;
    padding: 30px 0 30px 10px;
    box-sizing: border-box;
}
.top_section_06 .top_section_06_right dl {
    margin-left: 0%;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}
.top_section_06 .top_section_06_right .top_img_07 {
    width: 90%;
    position: static;
    margin-left: 10%;
}
.top_section_06 .top_section_06_right .top_img_07 div {
    width: 100%;
    height: 250px;
}
}

@media (max-width: 520px) {
.top_section_06 {
    margin-top: 70px;
}
}

@media (max-width: 480px) {
.top_section_06 {
    flex-flow: column;
    -webkit-flex-flow: column;
    background-color: #e7e3d9;
}
.top_section_06 .top_section_06_left {
    display: none;
}
.top_section_06 .top_section_06_right {
    width: 100%;
    margin: 30px 0px 0px;
    padding-left: 0px;
}
.top_section_06 .top_section_06_right .top_img_07 {
    width: 100%;
    margin-left: 0%;
}
.top_section_06 .top_section_06_right .top_img_07 div {
    height: 200px;
}
.top_section_06 .top_section_06_right dl dt p {
    margin-bottom: 10px;
    display: block;
}
.top_section_06 .top_section_06_right dl dd a {
    color: #676767;
    border-bottom: 1px solid #6d6d6d;
    padding: 10px 45px 10px 30px;
    margin-top: 30px;
    display: inline-block;
    transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.top_section_06 .top_section_06_right dl dd a:hover {
    color: #fff;
    background-color: #121212;
    border-bottom-color: #121212;
}
}
.plan_section {
    background-color: #e7e3d9 !important;
}
.top_section_01 .top_img_07 {
    position: absolute;
    right: calc(50% - 480px);
    top: -30px;
    width: 529px;
}
.top_section_01 .top_img_07 div {
    width: 529px;
    background: url(../images/top/top_img_07.jpg) no-repeat center/cover;
}
.top_section_01 .top_img_07 aside {
    margin-right: 0.5em;
    color: #221815;
    font-size: 10px;
    text-align: right;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.top_section_01 .top_section_06_link {
    position: absolute;
    left: calc(50% - 490px);
    top: 45px;
}
.top_section_01 .top_section_06_link:hover + dl dd a {
    color: #fff;
    background-color: #121212;
    border-bottom-color: #121212;
}

@media (max-width: 980px) {
.top_section_01 .top_img_07 {
    left: auto;
    right: 10px;
    top: -30px;
    width: 50%;
}
.top_section_01 .top_img_07 div {
    width: 100%;
}
.top_section_01 .top_section_06_link {
    left: 10px;
    top: 45px;
}
}

@media (max-width: 520px) {
.top_section_01 .top_img_07 {
    position: static;
    width: 100%;
}
.top_section_01 .top_section_06_link {
    left: 0px;
}
}
.top_section_01 .top_img_08 {
    position: absolute;
    right: calc(50% - 480px);
    top: -30px;
    width: 529px;
}
.top_section_01 .top_img_08 div {
    width: 529px;
    background: url(../images/top/top_img_08.jpg) no-repeat center/cover;
}
.top_section_01 .top_img_08 aside {
    margin-right: 0.5em;
    color: #221815;
    font-size: 10px;
    text-align: right;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.top_section_01 .top_section_07_link {
    position: absolute;
    left: calc(50% - 490px);
    top: 45px;
}
.top_section_01 .top_section_07_link:hover + dl dd a {
    color: #fff;
    background-color: #121212;
    border-bottom-color: #121212;
}

@media (max-width: 980px) {
.top_section_01 .top_img_08 {
    left: auto;
    right: 10px;
    top: -30px;
    width: 50%;
}
.top_section_01 .top_img_08 div {
    width: 100%;
}
.top_section_01 .top_section_07_link {
    left: 10px;
    top: 45px;
}
}

@media (max-width: 520px) {
.top_section_01 .top_img_08 {
    position: static;
    width: 100%;
}
.top_section_01 .top_section_07_link {
    left: 0px;
}
}
.attend {
    width: 960px;
    margin: 50px auto 0px;
}
.attend li {
    font-size: 10px;
    text-indent: -1em;
    margin-left: 1em;
    font-family: "メイリオ", "sans-serif";
    color: #676767;
}
.attend li a {
    font-size: 10px;
    font-family: "メイリオ", "sans-serif";
    color: #676767;
    text-decoration: underline;
}

@media (max-width: 980px) {
.attend {
    width: 96%;
    margin: 30px auto 0;
}
}
/* /トップページ */



/* コンセプトページ */

.concept_section {
    padding: 20px;
    width: 980px;
    height: 1400px;
    margin: 0 auto 20px;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
body.concept .attend_wrap {
    background-color: #fff;
    padding-top: 1px;
    z-index: 1000;
    position: relative;
}
.concept_txt_00 {
    position: absolute;
    opacity: 0;
    max-width: 495px;
    width: 70%;
}
.concept_txt_01, .concept_txt_02, .concept_txt_03, .concept_txt_04 {
    color: #fff;
    font-size: 40px;
    text-align: center;
    text-shadow: 0px 0px 5px rgba(0,0,0,1.0);
    -webkit-text-shadow: 0px 0px 5px rgba(0,0,0,1.0);
    position: absolute;
    line-height: 2em;
    font-weight: 100;
    max-width: calc(100% - 80px);
}
.concept_txt_01 span, .concept_txt_02 span, .concept_txt_03 span, .concept_txt_04 span {
    color: #fff;
    font-size: 40px;
    text-shadow: 0px 0px 5px rgba(0,0,0,1.0);
    display: inline-block;
    font-weight: 100
}
.concept_txt_05 {
    position: absolute;
    top: 25%;
    right: 10%;
}
.concept_txt_05 img:nth-of-type(2) {
    display: none;
}
.concept_txt_01 {
    opacity: 0;
    z-index: -1;
    transition: 2s opacity ease-out;
    -webkit-transition: 2s opacity ease-out;
}
.concept_txt_02, .concept_txt_03, .concept_txt_04, .concept_txt_05 {
    opacity: 0;
    z-index: -1;
    transition: 1s opacity ease-out;
    -webkit-transition: 1s opacity ease-out;
}
body.concept .overlay_disp1 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 2s opacity ease-out;
    -webkit-transition: 2s opacity ease-out;
}
body.concept .overlay_disp2, body.concept .overlay_disp3, body.concept .overlay_disp4, body.concept .bg_01, body.concept .bg_02, body.concept .bg_03, body.concept .bg_04, body.concept .bg_05 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 1s opacity ease-out;
    -webkit-transition: 1s opacity ease-out;
}
body.concept .overlay_disp1, body.concept .overlay_disp2, body.concept .overlay_disp3, body.concept .overlay_disp4 {
    background-color: rgba(0,0,0,0.8);
    z-index: -2;
}
body.concept .bg_01 {
    background: url(../images/concept/bg_01.jpg) no-repeat center/cover;
    z-index: -3;
}
body.concept .bg_02 {
    background: url(../images/concept/bg_02.jpg) no-repeat center/cover;
    z-index: -3;
}
body.concept .bg_03 {
    background: url(../images/concept/bg_03.jpg) no-repeat right 20% center/cover;
    z-index: -3;
}
body.concept .bg_04 {
    background: url(../images/concept/bg_04.jpg) no-repeat center/cover;
    z-index: -3;
}
body.concept .bg_05 {
    background: url(../images/concept/bg_05.jpg) no-repeat center/cover;
    z-index: -3;
}

.show_disp_first {
    opacity: 1 !important;
    transition: 2.5s opacity ease-out 0.5s;
    -webkit-transition: 2.5s opacity ease-out 0.5s;
}

.show_disp {
    opacity: 1 !important;
    transition: 1s opacity ease-out;
    -webkit-transition: 1s opacity ease-out;
}
body.concept .aside_01, body.concept .aside_02, body.concept .aside_03, body.concept .aside_04, body.concept .aside_05 {
    text-align: right;
    color: #fff;
    font-size: 10px;
    position: absolute;
    right: 25px;
    bottom: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    transition: 0.3s opacity ease-out;
    opacity: 0;
}
.concept_anchor {
    position: fixed;
    right: 30px;
    z-index: 0;
}
.concept_anchor li {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-bottom: 15px;
    cursor: pointer;
    transition: 0.2s background-color ease-out;
    -webkit-transition: 0.2s background-color ease-out;
}

@media (max-width: 980px) {
.concept_section {
    padding: 20px;
    width: 100%;
    height: 1400px;
}
.concept_txt_01, .concept_txt_02, .concept_txt_03, .concept_txt_04, .concept_txt_01 span, .concept_txt_02 span, .concept_txt_03 span, .concept_txt_04 span {
    font-size: 32px;
}
.concept_txt_05 {
    width: 70%;
    max-width: 479px;
}
.concept_txt_05 img {
    width: 100%;
}
}

@media (max-width: 720px) {
.concept_txt_01, .concept_txt_02, .concept_txt_03, .concept_txt_04, .concept_txt_01 span, .concept_txt_02 span, .concept_txt_03 span, .concept_txt_04 span {
    font-size: 22px;
}
}

@media (max-width: 640px) {
.concept_txt_05 img:nth-of-type(1) {
    display: none;
}
.concept_txt_05 img:nth-of-type(2) {
    display: initial;
}
}

@media (max-width: 480px) {
.concept_txt_01, .concept_txt_02, .concept_txt_03, .concept_txt_04, .concept_txt_01 span, .concept_txt_02 span, .concept_txt_03 span, .concept_txt_04 span {
    font-size: 14px;
}
}
/* /コンセプトページ */




/* ロケーションページ */
.location_section_01 {
    padding: 75px 0 100px;
    position: relative;
    background-color: #e6e6e7;
    margin-top: 130px;
}
.location_section_01 .location_img_01 {
    position: absolute;
    right: calc(50% - 490px);
    top: -30px;
    width: 529px;
}
.location_section_01 .location_img_01 div {
    width: 529px;
    background: url(../images/location/location_img_01.jpg) no-repeat center/cover;
}
.location_section_01 .location_img_01 aside {
    margin-right: 0.5em;
    color: #221815;
    font-size: 10px;
    text-align: right;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.location_section_01 h2 {
    color: #221815;
    font-size: 24px;
    line-height: 2em;
    display: block;
    margin-left: calc(50% - 490px);
}
.location_section_01 h2 span {
    color: #221815;
    font-size: 24px;
    display: inline-block;
}

@media (max-width: 980px) {
.location_section_01 .location_img_01 {
    left: auto;
    right: 10px;
    top: -30px;
    width: 50%;
}
.location_section_01 .location_img_01 div {
    width: 100%;
}
.location_section_01 h2 {
    margin-left: 10px;
}
}

@media (max-width: 680px) {
.location_section_01 h2 {
    width: calc(50% - 10px);
    font-size: 20px;
}
.location_section_01 h2 span {
    font-size: 20px;
}
}

@media (max-width: 520px) {
.location_section_01 {
    margin-top: 40px;
    padding: 50px 0 30px;
}
.location_section_01 .location_img_01 {
    position: static;
    width: 100%;
}
.location_section_01 h2 {
    width: auto;
    text-align: center;
    margin-bottom: 20px;
}
.location_section_01 h2 br {
    display: none;
}
}
.location_section_02 {
    padding: 45px 0 85px;
    position: relative;
}
.location_section_02 .location_img_02 {
    position: absolute;
    right: 44%;
    top: -20px;
    width: 529px;
}
.location_section_02 .location_img_02 div {
    width: 529px;
    height: 315px;
    background: url(../images/location/location_img_02.jpg) no-repeat center/cover;
}
.location_section_02 .location_img_02 aside {
    margin-left: 1em;
    color: #221815;
    font-size: 10px;
    text-align: left;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.location_section_02 p {
    display: block;
    width: 310px;
    margin-left: 60%;
    color: #221815;
    font-size: 16px;
    line-height: 2em;
    text-align: justify;
    text-justify: inter-ideograph;
}

@media (max-width: 980px) {
.location_section_02 .location_img_02 {
    width: 50%;
    left: 10px;
    right: auto;
}
.location_section_02 .location_img_02 div {
    width: 100%;
}
.location_section_02 p {
    margin-left: 55%;
    width: auto;
    margin-right: 10px;
}
}

@media (max-width: 680px) {
.location_section_02 dl {
    width: calc(50% - 10px);
}
.location_section_02 dl dt p {
    margin-bottom: 10px;
}
.location_section_02 dl dt h2 {
    font-size: 40px;
}
}

@media (max-width: 520px) {
.location_section_02 {
    padding-bottom: 40px;
}
.location_section_02 .location_img_02 {
    position: static;
    width: 100%;
}
.location_section_02 p {
    width: 86%;
    margin: 0 auto 20px;
    text-align: left;
}
}
.location_section_03 {
    padding: 70px 0;
    position: relative;
    background-color: #afa280;
}
.location_section_03 > div {
    width: 980px;
    margin: 0 auto;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
}
.location_section_03 > div .location_img_03 {
    width: 286px;
}
.location_section_03 > div .location_img_03 div {
    width: 100%;
    background: url(../images/location/location_img_03.jpg) no-repeat center/cover;
}
.location_section_03 > div .location_img_03 aside {
    margin-right: 1em;
    color: #221815;
    font-size: 10px;
    text-align: right;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.location_section_03 > div dl {
    display: block;
}
.location_section_03 > div dl dt {
    margin-bottom: 20px;
}
.location_section_03 > div dl dt h2, .location_section_03 dl dt h2 span {
    font-size: 26px;
    color: #fff;
    display: inline-block;
}
.location_section_03 > div dl dd {
    font-size: 16px;
    color: #fff;
    line-height: 2em;
}
.location_section_03 > div dl dd span {
    font-size: inherit;
    color: #fff;
    display: inline-block;
}

@media (max-width: 980px) {
.location_section_03 {
    padding: 40px 0;
}
.location_section_03 > div {
    width: 100%;
}
.location_section_03 > div .location_img_03 {
    margin-right: 10px;
}
.location_section_03 > div .location_img_03 div {
}
.location_section_03 > div dl {
    margin-left: 10px;
    width: calc(100% - 325px);
}
}

@media (max-width: 640px) {
.location_section_03 > div .location_img_03 {
    width: 50%;
}
.location_section_03 > div dl dt h2, .location_section_03 dl dt h2 span {
    font-size: 22px;
}
.location_section_03 > div dl {
    margin-left: 10px;
    width: calc(47% - 20px);
}
}

@media (max-width: 520px) {
.location_section_03 > div .location_img_03 {
    position: static;
    width: 100%;
    margin-right: 0px;
}
.location_section_03 > div dl {
    width: 100%;
    margin: 0px 10px 20px;
}
.location_section_03 > div dl dt h2 {
    text-align: center;
}
.location_section_03 > div dl dd {
    width: 90%;
    margin: 30px auto 0;
}
.location_section_03 > div dl dd span {
    display: inline;
}
.location_section_03 > div dl dd br {
    display: none;
}
.location_section_03 > div .location_img_03 {
    width: 100%;
}
}
.location_section_04 {
    padding: 120px 0;
    position: relative;
    background-color: #e6e6e7;
    margin-top: 130px;
}
.location_section_04 .location_img_04 {
    position: absolute;
    left: calc(50% - 490px);
    top: -30px;
    width: 529px;
}
.location_section_04 .location_img_04 div {
    width: 100%;
    background: url(../images/location/location_img_04.jpg) no-repeat center/cover;
}
.location_section_04 .location_img_04 aside {
    margin-left: 1em;
    color: #221815;
    font-size: 10px;
    text-align: left;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.location_section_04 h2 {
    color: #221815;
    font-size: 24px;
    line-height: 2em;
    display: block;
    margin-left: 60%;
}
.location_section_04 h2 span {
    color: #221815;
    font-size: 24px;
    display: inline-block;
}

@media (max-width: 980px) {
.location_section_04 {
    padding: 100px 0;
}
.location_section_04 .location_img_04 {
    left: 10px;
    width: 50%;
}
.location_section_04 h2 {
    margin-left: 55%;
}
}

@media (max-width: 520px) {
.location_section_04 {
    padding: 50px 0px 30px;
    margin-top: 70px;
}
.location_section_04 .location_img_04 {
    position: static;
    width: 100%;
}
.location_section_04 h2 {
    margin: 0px 10px 10px;
    text-align: center;
}
.location_section_04 h2 br {
    display: none;
}
}
.location_section_05 {
    padding: 120px 0;
    position: relative;
}
.location_section_05 .location_img_05 {
    position: absolute;
    right: calc(50% - 490px);
    top: 50px;
    width: 529px;
}
.location_section_05 .location_img_05 div {
    width: 529px;
    height: 315px;
    background: url(../images/location/location_img_05.jpg) no-repeat center/cover;
}
.location_section_05 .location_img_05 aside {
    margin-right: 1em;
    color: #221815;
    font-size: 10px;
    text-align: right;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.location_section_05 p {
    display: block;
    width: 380px;
    margin-left: calc(50% - 490px);
    ;
    color: #221815;
    font-size: 16px;
    line-height: 2.3em;
    text-align: justify;
    text-justify: inter-ideograph;
}

@media (max-width: 980px) {
.location_section_05 {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
    padding: 40px 0;
}
.location_section_05 .location_img_05 {
    width: 45%;
    margin-right: 10px;
    position: static;
}
.location_section_05 .location_img_05 div {
    width: 100%;
}
.location_section_05 p {
    margin-left: 10px;
    width: 50%;
}
}

@media (max-width: 520px) {
.location_section_05 .location_img_05 {
    width: 100%;
    margin-right: 0px;
}
.location_section_05 p {
    margin: 0px auto 10px;
    width: 86%;
}
}
.location_list {
    width: 980px;
    display: flex;
    flex-flow: wrap;
    align-items: top;
    justify-content: space-around;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-align-items: top;
    -webkit-justify-content: space-around;
    margin: 0 auto;
}
.location_list li {
    width: 230px;
}
.location_list li div {
    width: 100%;
}
.location_list li:nth-of-type(1) div {
    background: url(../images/location/location_img_06.jpg) no-repeat center/cover;
}
.location_list li:nth-of-type(2) div {
    background: url(../images/location/location_img_07.jpg) no-repeat center/cover;
}
.location_list li:nth-of-type(3) div {
    background: url(../images/location/location_img_08.jpg) no-repeat center/cover;
}
.location_list li:nth-of-type(4) div {
    background: url(../images/location/location_img_09.jpg) no-repeat center/cover;
}
.location_list li aside {
    margin-right: 0.5em;
    color: #221815;
    font-size: 10px;
    text-align: left;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

@media (max-width: 980px) {
.location_list {
    width: 100%;
}
.location_list li {
    width: 24%;
}
}

@media (max-width: 480px) {
.location_list li {
    width: 48%;
    margin-bottom: 10px;
}
}
/* /ロケーションページ */





/* 	デザインページ */
.design_section_01 {
    width: 980px;
    margin: 110px auto 0;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
}
.design_section_01 .design_img_01 {
    width: 570px;
}
.design_section_01 .landscape_img_05 {
    width: 570px;
}
.design_section_01 .design_img_01 div {
    width: 100%;
    background: url(../images/design/design_img_01.jpg) no-repeat center/cover;
}
.design_section_01 .landscape_img_05 div {
    width: 100%;
    background: url(../images/design/design_img_01.jpg) no-repeat center/cover;
}
.design_section_01 .design_img_01 aside {
    margin-right: 0.5em;
    color: #221815;
    font-size: 10px;
    text-align: left;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.design_section_01 .landscape_img_05 aside {
    margin-right: 0.5em;
    color: #221815;
    font-size: 10px;
    text-align: left;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}


.design_section_01 dl {
    display: block;
    width: 370px;
}
.design_section_01 dl dt {
    font-size: 27px;
    color: #221815;
    line-height: 2em;
    margin-bottom: 110px;
}
.design_section_01 dl dt span {
    font-size: 27px;
    color: #221815;
    line-height: 2em;
    display: inline-block;
}
.design_section_01 dl dd {
    font-size: 16px;
    line-height: 2em;
}

@media (max-width: 980px) {
.design_section_01 {
    width: 96%;
    margin: 60px auto 0;
}
.design_section_01 .design_img_01 {
    width: 50%;
    margin: 0 auto 30px;
}
.design_section_01 .landscape_img_05 {
    width: 50%;
    margin: 0 auto 30px;
}
.design_section_01 dl {
    width: 45%;
}
.design_section_01 dl dt {
    font-size: 22px;
    margin-bottom: 60px;
}
.design_section_01 dl dt span {
    font-size: 22px;
}
}

@media (max-width: 640px) {
.design_section_01 {
    display: block;
}
.design_section_01 .design_img_01 {
    width: 80%;
}
.design_section_01 .landscape_img_05 {
    width: 80%;
}
.design_section_01 dl {
    width: 90%;
    margin: 0 auto;
}
.design_section_01 dl dt {
    font-size: 22px;
    margin-bottom: 30px;
    text-align: center;
}
.design_section_01 dl dt span {
    font-size: 22px;
}
}
.design_section_02 {
    background-color: #afa280;
    margin-top: 85px;
}
.design_section_02 > div {
    padding: 60px 0px;
    margin: 0 auto;
    width: 980px;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
}
.design_section_02 > div dl {
    width: 710px;
}
.design_section_02 > div dl dt {
    font-size: 27px;
    color: #fff;
    margin-bottom: 20px;
}
.design_section_02 > div dl dt span {
    font-size: 27px;
    color: #fff;
    display: inline-block;
}
.design_section_02 > div dl dd {
    font-size: 16px;
    color: #fff;
    line-height: 2em;
}

@media (max-width: 980px) {
.design_section_02 > div {
    width: 96%;
    margin: 0 auto;
    padding: 40px 0;
    align-items: flex-start;
}
.design_section_02 > div img {
    width: 22%;
}
.design_section_02 > div dl {
    width: 75%;
}
}

@media (max-width: 640px) {
.design_section_02 > div img {
    width: 40%;
}
.design_section_02 > div dl {
    width: 55%;
}
.design_section_02 > div dl dt {
    font-size: 22px;
    margin-bottom: 10px;
}
.design_section_02 > div dl dt span {
    font-size: 22px;
}
}

@media (max-width: 480px) {
.design_section_01 dl dd {
    font-size: 14px;
}
.design_section_02 {
    display: block;
}
.design_section_02 > div img {
    width: 60%;
    margin: 0 auto 20px;
}
.design_section_02 > div dl {
    width: 100%;
}
.design_section_02 > div dl dt {
    text-align: center;
}
.design_section_02 > div dl dd {
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
}
}



.design_section_03 {
    max-width: 1074px;
    margin: 100px auto 0px;
}
.design_section_03 aside {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    font-size: 10px;
    text-align: right;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.design_section_03 #carousel {
    margin-top: 20px;
}
.design_section_03 #carousel .slides {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-justify-content: center;
    width: 100% !important;
}
.design_section_03 #carousel .slides li {
    width: 163px;
    height: 100px;
    margin-left: 10px;
    position: relative;
}
.design_section_03 #carousel .slides li:first-child {
    margin-left: 0px;
}
.design_section_03 #carousel .slides li:nth-of-type(1) {
    background: url(../images/design/design_img_03.jpg) no-repeat center/cover;
}
.design_section_03 #carousel .slides li:nth-of-type(2) {
    background: url(../images/design/design_img_04.jpg) no-repeat center/cover;
}
.design_section_03 #carousel .slides li:nth-of-type(3) {
    background: url(../images/design/design_img_09.jpg) no-repeat center/cover;
}

.design_section_03 #carousel .slides li:hover::before, .design_section_03 #carousel .slides li.flex-active-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.7);
}
.design_section_03 .flexslider .flex-viewport >ul >li {
    position: relative;
}
.design_section_03 .flexslider .flex-viewport >ul >li >p {
    position: absolute;
    bottom: 4px;
    right: 10px;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
    font-size: 12px;
}





.design_section_03_2 {
    max-width: 1074px;
    margin: 100px auto 0px;
}
.design_section_03_2 aside {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    font-size: 10px;
    text-align: right;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.design_section_03_2 #carousel_2 {
    margin-top: 20px;
}
.design_section_03_2 #carousel_2 .slides {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-justify-content: center;
    width: 100% !important;
}
.design_section_03_2 #carousel_2 .slides li {
    width: 163px;
    height: 100px;
    margin-left: 10px;
    position: relative;
}
.design_section_03_2 #carousel_2 .slides li:first-child {
    margin-left: 0px;
}

.design_section_03_2 #carousel_2 .slides li:nth-of-type(1) {
    background: url(../images/design/design_img_lounge.jpg) no-repeat center/cover;
}
.design_section_03_2 #carousel_2 .slides li:nth-of-type(2) {
    background: url(../images/design/design_img_waiting.jpg) no-repeat center/cover;
}
.design_section_03_2 #carousel_2 .slides li:nth-of-type(3) {
    background: url(../images/design/design_img_corridor.jpg) no-repeat center/cover;
}
.design_section_03_2 #carousel_2 .slides li:hover::before, .design_section_03_2 #carousel_2 .slides li.flex-active-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.7);
}
.design_section_03_2 .flexslider .flex-viewport >ul >li {
    position: relative;
}
.design_section_03_2 .flexslider .flex-viewport >ul >li >p {
    position: absolute;
    bottom: 4px;
    right: 10px;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
    font-size: 12px;
}






@media screen and ( min-width:801px) {
    .pc-none {
        display: none;
    }
}
@media screen and ( max-width:800px) {
    .sp-none {
        display: none;
    }
}
@media screen and (max-width: 800px) {
.design_section_03 {
    width: 96%;
    margin: 50px auto 0px;

}

.design_section_03_2 {
    width: 96%;
    margin: 50px auto 0px;

}

}

@media (max-width: 480px) {
.design_section_03 #carousel {
    margin: 10px auto 0;
    width: 90%;
}
.design_section_03 #carousel .slides {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-justify-content: center;
}
.design_section_03 #carousel .slides li {
    width: 33% !important;
	height: 80px !important;
	margin: auto 10px !important;
}

.design_section_03_2 #carousel {
    margin: 10px auto 0;
    width: 90%;
}
.design_section_03_2 #carousel .slides {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-justify-content: center;
}
.design_section_03_2 #carousel .slides li {
    width: 33% !important;
	height: 80px !important;
	margin: auto 10px !important;
}

}
.design_section_04 dl {
    width: 650px;
    margin: 50px auto 150px;
}
.design_section_04 dl dt {
    text-align: center;
    font-size: 32px;
    color: #221815;
    margin-bottom: 20px;
}
.design_section_04 dl dd {
    text-align: left;
    font-size: 16px;
    color: #221815;
    line-height: 2em;
}
.sp-gal {
    width: calc(100% - 2rem);
    margin: 2rem auto;
}
.sp-gal .garelly >ul >li + li {
    margin-top: 1.4rem;
}
.sp-gal .garelly >ul >li >h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 1.4rem;
}
.sp-gal .garelly >ul >li >p {
    text-align: right;
}
.sp-gal .garelly >ul >li >img {
    width: 100%;
}
@media (max-width: 980px) {
.design_section_04 dl {
    margin: 50px auto 100px;
}

}

@media (max-width: 720px) {
.design_section_04 dl {
    width: 96%;
}
}

@media (max-width: 640px) {
.design_section_04 dl {
    margin: 50px auto 100px;
}
.design_section_03 #carousel {
    display: none;
}
.design_section_03_2 #carousel {
    display: none;
}


}

/*@media (max-width: 640px){
.pc-none {
    display: none;
}*/
}

@media (max-width: 480px) {
.design_section_04 dl dt {
    font-size: 26px;
}
.design_section_04 dl dd {
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
}
}
.design_section_05 {
    background-color: #e6e6e7;
    margin-top: 100px;
    padding-bottom: 100px;
}
.design_section_05 > div {
    width: 980px;
    margin: 0 auto;
    position: relative;
    padding-top: 45px;
}
.design_section_05 > div dl {
    width: 460px;
}
.design_section_05 > div dl dt {
    margin-bottom: 40px;
}
.design_section_05 > div dl dt h2 {
    font-size: 32px;
    display: inline-flex;
    flex-flow: wrap;
    align-items: center;
    display: -webkit-inline-flex;
    -webkit-flex-flow: wrap;
    -webkit-align-items: center;
}
.design_section_05 > div dl dt h2 span {
    font-size: 18px;
    margin-left: 10px;
}
.design_section_05 > div dl dt h2 span::before {
    content: "";
    width: 50px;
    height: 1px;
    background-color: #151515;
    display: inline-block;
    position: relative;
    top: -5px;
    margin-right: 10px;
}
.design_section_05 > div dl dd {
    width: 425px;
    font-size: 16px;
    line-height: 2em;
}
.design_section_05 > div .design_img_05 {
    width: 500px;
    background: url(../images/design/design_img_05.jpg) no-repeat center/cover;
    position: absolute;
    right: 0px;
    top: -30px;
}
.design_section_05 > div .design_img_05 aside {
    position: absolute;
    bottom: -37px;
    right: 5px;
    color: #151515;
    font-size: 12px;
    line-height: 1em;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    text-align: right;
}
.design_section_05 > div .design_img_05 aside span {
    color: #151515;
    font-size: 12px;
    display: inline-block;
}
.design_section_05 > div .design_img_05 aside br {
    display: none;
}
.design_section_05 .design_section_05_slide {
    width: 980px;
    margin: 100px auto 0px;
}
.design_section_05 .design_section_05_slide #carousel2 {
    margin-top: 40px;
}
.design_section_05 .design_section_05_slide #carousel2 .slides {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-justify-content: center;
    width: 100% !important;
}
.design_section_05 .design_section_05_slide #carousel2 .slides li {
    width: 163px;
    height: 100px;
    margin-left: 10px;
    position: relative;
}
.design_section_05 .design_section_05_slide #carousel2 .slides li:first-child {
    margin-left: 0px;
}
.design_section_05 .design_section_05_slide #carousel2 .slides li:nth-of-type(1) {
    background: url(../images/design/design_img_06_thumb.jpg) no-repeat center/cover;
}
.design_section_05 .design_section_05_slide #carousel2 .slides li:nth-of-type(2) {
    background: url(../images/design/design_img_07_thumb.jpg) no-repeat center/cover;
}
.design_section_05 .design_section_05_slide #carousel2 .slides li:nth-of-type(3) {
    background: url(../images/design/design_img_08_thumb.jpg) no-repeat center/cover;
}
.design_section_05 .design_section_05_slide .slides li:hover::before, .design_section_05 .design_section_05_slide #carousel2 .slides li.flex-active-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.7);
}
.design_section_05 .design_section_05_slide .slides_sp {
    display: none;
}

@media (max-width: 980px) {
.design_section_05 > div {
    width: 96%;
    padding-top: 30px;
    display: flex;
    flex-flow: wrap;
    align-items: top;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-align-items: top;
    -webkit-justify-content: space-between;
}
.design_section_05 > div dl {
    width: 48%;
}
.design_section_05 > div dl dt {
    margin-bottom: 20px;
}
.design_section_05 > div dl dd {
    width: 100%;
}
.design_section_05 > div .design_img_05 {
    width: 50%;
    top: 20px;
}
.design_section_05 .design_section_05_slide {
    width: 96%;
    margin: 50px auto 0px;
}
.design_section_05 .design_section_05_slide #carousel2 .slides {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-justify-content: space-between;
}
.design_section_05 .design_section_05_slide #carousel2 .slides li {
    width: 32% !important;
    margin: 0px !important;
}
}

@media (max-width: 640px) {
.design_section_05 {
    padding-bottom: 50px;
    margin-top: 50px;
}
.design_section_05 > div dl dt h2 span::before {
    content: none;
}
.design_section_05 .design_section_05_slide .flexslider {
    display: none;
}
.design_section_05 .design_section_05_slide .slides_sp {
    display: block;
}
.design_section_05 .design_section_05_slide .slides_sp li {
    margin-bottom: 10px;
}
.design_section_05 .design_section_05_slide .slides_sp li img {
    width: 100%;
}
.design_section_05 .design_section_05_slide .slides_sp li aside {
    display: block;
    width: 98%;
    margin: 0 auto;
    font-size: 10px;
    text-align: right;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
}

@media (max-width: 520px) {
.design_section_05 > div dl {
    width: 100%;
}
.design_section_05 > div .design_img_05 {
    width: 80%;
    margin: 20px auto 0;
    position: static;
}
.design_section_05 > div dl dt h2 span::before {
    content: "";
    width: 30px;
}
.design_section_05 > div .design_img_05 aside {
    right: 11%;
}
.design_section_05 > div .design_img_05 aside br {
    display: inline;
}
.design_section_05 > div dl dd {
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
}
}
/* /デザインページ */


/* 	ランドスケープページ */
.landscape_section_01 > dl {
    width: 650px;
    margin: 150px auto 0px;
}
.landscape_section_01 > dl dt {
    text-align: center;
    font-size: 32px;
    color: #221815;
    margin-bottom: 20px;
}
.landscape_section_01 > dl dt span {
    font-size: 32px;
    color: #221815;
    display: inline-block;
}
.landscape_section_01 > dl dd {
    font-size: 16px;
    color: #221815;
    line-height: 2em;
}
.landscape_section_01 > div {
    width: 980px;
    margin: 100px auto 0px;
    background: url(../images/landscape/landscape_img_06.jpg) no-repeat left/contain;
    position: relative;
    background-size: 685px 650px;
}
.landscape_section_01 > div .landscape_list {
    width: 475px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.landscape_section_01 > div .landscape_list ul {
    display: flex;
    flex-flow: row-reverse wrap-reverse;
    display: -webkit-flex;
    -webkit-flex-flow: row-reverse wrap-reverse;
}
.landscape_section_01 > div .landscape_list ul li {
    margin-left: 5px;
    margin-bottom: 20px;
}
.landscape_section_01 > div .landscape_list ul li aside {
    font-size: 12px;
}
.landscape_section_01 > div .landscape_list > aside {
    font-size: 10px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    color: #4c4948;
    text-align: right;
}
.landscape_section_01 > div > aside {
    font-size: 10px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    color: #4c4948;
    position: absolute;
    bottom: 0px;
    left: 426px;
}

.landscape_section_00{
    max-width: 980px;
    margin: 0 auto;

}
.landscape_section_00 >.landscape_Con01{
    display: flex;
    flex-wrap: wrap;
    align-items: center;

}

.landscape_Con01{
    margin: 110px auto 0;
    width: 100%;
    justify-content: center;
}

.landscape_Con01 >div{
    width: 60%;


}

.landscape_Con01 > dl {
    width: 40%;
    padding: 0 2rem;
    box-sizing: border-box;
}



.landscape_Con01 > dl dt {
    font-size: 32px;
    color: #221815;
    margin-bottom: 20px;
}

.landscape_Con01 > dl dt span {
    font-size: 32px;
    color: #221815;
    display: inline-block;
}

.landscape_Con01 > dl dd {
    font-size: 16px;
    color: #221815;
    line-height: 2em;
}

.landscape_Con01 .cap {
    width: 100%;
    text-align: right;
}

.landscape_Con01 > div img {
    width: 100%;
}

@media (max-width: 980px) {
.landscape_section_01 > dl {
    margin: 100px auto 0px;
}
.landscape_section_01 > div {
    width: 96%;
    margin: 50px auto 0px;
    background: url(../images/landscape/landscape_img_06.jpg) no-repeat left/contain;
    position: relative;
}
.landscape_section_01 > div .landscape_list {
    width: 50%;
}
.landscape_section_01 > div .landscape_list ul li {
    margin-left: 2%;
    margin-bottom: 20px;
    width: 31%;
}
.landscape_section_01 > div .landscape_list ul li img {
    width: 100%;
}
.landscape_section_01 > div > aside {
    left: 30%;
}

.landscape_Con01 > dl {
    width: 100%;
}

.landscape_Con01 > div {
    width: calc(100% - 2rem);
}


}

@media (max-width: 680px) {
.landscape_section_01 > dl {
    width: 96%;
}
.landscape_section_01 > dl dt {
    text-align: center;
    font-size: 26px;
    margin-bottom: 10px;
}
.landscape_section_01 > dl dt span {
    font-size: 26px;
}
.landscape_section_01 > dl dd {
    text-align: center;
    font-size: 14px;
}
}

@media (max-width: 640px) {
.landscape_section_01 > div .landscape_list ul li {
    margin-bottom: 10px;
}

.landscape_Con01 > dl dt {
    font-size: 20px;
}

.landscape_Con01 > dl dt span {
    font-size: 20px;
}

.landscape_Con01 > dl dd {
    font-size: 14px;
}

}

@media (max-width: 520px) {
.landscape_section_01 > div .landscape_list {
    width: 100%;
    position: static;
}
.landscape_section_01 > div .landscape_list ul {
    flex-flow: row wrap;
}
.landscape_section_01 > div {
    background: url(../images/landscape/landscape_img_06.jpg) no-repeat bottom/contain;
    position: relative;
}
.landscape_section_01 > div > aside {
    left: auto;
    right: 10px;
}
.landscape_section_01 > dl dd {
    width: 90%;
    margin: 0 auto;
}
}
.landscape_section_02 {
    background-color: #e6e6e7;
    position: relative;
    padding: 40px 0px 40px;
    margin-top: 110px;
}
.landscape_section_02 .landscape_img_07 {
    width: 527px;
    position: absolute;
    left: calc(50% - 490px);
    top: -30px;
}

.landscape_section_02 .landscape_img_12 {
    max-width: 980px;
    margin: 30px auto;
}

.landscape_img_12 >img{
    width: 100%;
}

.landscape_section_02 .landscape_img_07 aside,
.landscape_section_02 .landscape_img_12 aside
 {
    color: #4a4240;
    font-size: 12px;
    text-align: right;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.landscape_section_02 dl {
    width: 410px;
    margin-left: calc(50% + 80px);
}
.landscape_section_02 dl dt {
    font-size: 24px;
    margin-bottom: 10px;
}
.landscape_section_02 dl dt span {
    font-size: 24px;
    display: inline-block;
}
.landscape_section_02 dl dd {
    font-size: 16px;
    line-height: 2em;
}

@media (max-width: 980px) {
.landscape_section_02 {
    padding: 40px 2%;
    margin-top: 50px;
    display: flex;
    flex-flow: wrap;
    align-items: top;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-align-items: top;
    -webkit-justify-content: space-between;
}
.landscape_section_02 .landscape_img_07 {
    width: 48%;
    position: static;
}
.landscape_section_02 .landscape_img_07 img {
    width: 100%;
}
.landscape_section_02 dl {
    width: 50%;
    margin-left: 0px;
}
}

@media (max-width: 640px) {
.landscape_section_02 dl dt {
    font-size: 20px;
}
.landscape_section_02 dl dt span {
    font-size: 20px;
}
.landscape_section_02 dl dd {
    font-size: 14px;
}
}

@media (max-width: 520px) {
.landscape_section_02 {
    /* flex-flow: column-reverse;
    -webkit-flex-flow: column-reverse; */
}

.landscape_section_02 >dl{
    order: 1;
}
.landscape_img_07{
    order: 2;
}

.landscape_img_12{
    order: 3;
}
.landscape_section_02 .landscape_img_07 {
    width: 100%;
}
.landscape_section_02 dl {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 20px;
}
.landscape_section_02 dl dt {
    text-align: center;
}
.landscape_section_02 dl dd {
    width: 90%;
    margin: 0 auto;
}
}
.landscape_section_03 {
    width: 980px;
    margin: -110px auto 0px;
}
.landscape_section_03 aside {
    width: 980px;
    margin-right: 1em;
    font-size: 10px;
    text-align: right;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.landscape_section_03 #carousel {
    margin-top: 20px;
}
.landscape_section_03 #carousel .slides {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-justify-content: center;
    width: 100% !important;
}
.landscape_section_03 #carousel .slides li {
    width: 163px;
    height: 55px;
    margin-left: 10px;
    position: relative;
}
.landscape_section_03 #carousel .slides li:first-child {
    margin-left: 0px;
}
.landscape_section_03 #carousel .slides li:nth-of-type(1) {
    background: url(../images/landscape/landscape_img_08.jpg) no-repeat center/cover;
}
.landscape_section_03 #carousel .slides li:nth-of-type(2) {
    background: url(../images/landscape/landscape_img_09.jpg) no-repeat center/cover;
}
.landscape_section_03 #carousel .slides li:hover::before, .design_section_03 #carousel .slides li.flex-active-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.7);
}

@media (max-width: 980px) {
.landscape_section_03 {
    width: 97%;
    margin: 30px auto 0px;
}
.landscape_section_03 aside {
    width: 100%;
}
}
.landscape_section_04 {
    background-color: #afa280;
    margin-top: 85px;
}
.landscape_section_04 > div {
    padding: 60px 0px;
    margin: 0 auto;
    width: 980px;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
}
.landscape_section_04 > div .landscape_img_10 {
    width: 277px;
}
.landscape_section_04 > div .landscape_img_10 div {
    width: 100%;
    background: url(../images/landscape/landscape_img_10.jpg) no-repeat center/cover;
}
.landscape_section_04 > div .landscape_img_10 aside {
    font-size: 12px;
    color: #585656;
    text-align: right;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.landscape_section_04 > div dl {
    width: 250px;
}
.landscape_section_04 > div dl dt {
    font-size: 27px;
    color: #fff;
    margin-bottom: 20px;
}
.landscape_section_04 > div dl dd {
    font-size: 16px;
    color: #fff;
    line-height: 2em;
    text-align: justify;
    text-justify: inter-ideograph;
}
.landscape_section_04 > div .landscape_img_11 {
    width: 404px;
}
.landscape_section_04 > div .landscape_img_11 div {
    width: 100%;
    background: url(../images/landscape/landscape_img_11.jpg) no-repeat center/cover;
}
.landscape_section_04 > div .landscape_img_11 aside {
    font-size: 12px;
    color: #585656;
    text-align: left;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.landscape_section_04 > div .landscape_img_11 p {
    font-size: 16px;
    color: #fff;
    text-align: right;
}

@media (max-width: 980px) {
.landscape_section_04 {
    margin-top: 40px;
}
.landscape_section_04 > div {
    padding: 40px 0px;
    margin: 0 auto;
    width: 96%;
    display: flex;
    flex-flow: wrap;
    align-items: flex-start;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-align-items: flex-start;
    -webkit-justify-content: space-between;
}
.landscape_section_04 > div .landscape_img_10 {
    width: 25%;
}
.landscape_section_04 > div dl {
    width: 30%;
}
.landscape_section_04 > div .landscape_img_11 {
    width: 40%;
}
}

@media (max-width: 640px) {
.landscape_section_04 > div .landscape_img_10 {
    width: 45%;
}
.landscape_section_04 > div dl {
    width: 50%;
}
.landscape_section_04 > div dl dt {
    text-align: center;
}
.landscape_section_04 > div .landscape_img_11 {
    width: 100%;
    margin-top: 20px;
}
}

@media (max-width: 640px) {
.landscape_section_04 > div dl dd {
    font-size: 14px;
}
}


/* /ランドスケープページ */


/* サービスページ */
.service_section_01 {
    background-color: #e7e7e6;
    margin-top: 200px;
    position: relative;
    padding: 400px 0 45px;
}
.service_section_01 .service_img_01 {
    width: 980px;
    position: absolute;
    top: -100px;
    left: calc(50% - 490px);
}
.service_section_01 .service_img_01 div {
    width: 100%;
    background: url(../images/service/service_img_01.jpg) no-repeat center/cover;
}
.service_section_01 .service_img_01 aside {
    font-size: 10px;
    color: #585656;
    text-align: right;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.service_section_01 > dl {
    width: 650px;
    margin: 50px auto 0px;
}
.service_section_01 > dl dt {
    margin-bottom: 20px;
}
.service_section_01 > dl dt h2 {
    text-align: center;
    font-size: 27px;
    color: #221815;
}
.service_section_01 > dl dt h2 span {
    font-size: 27px;
    color: #221815;
    display: inline-block;
}
.service_section_01 > dl dd {
    font-size: 16px;
    color: #221815;
    line-height: 2em;
}

@media (max-width: 980px) {
.service_section_01 {
    margin-top: 50px;
    padding: 50px 0 45px;
}
.service_section_01 .service_img_01 {
    width: 96%;
    position: static;
    margin: 0 auto;
}
}

@media (max-width: 680px) {
.service_section_01 {
    margin-top: 50px;
    padding: 30px 0;
}
.service_section_01 > dl {
    width: 96%;
    margin: 30px auto 0px;
}
.service_section_01 > dl dt h2 {
    text-align: center;
    font-size: 22px;
}
.service_section_01 > dl dt h2 span {
    font-size: 22px;
}
.service_section_01 > dl dd {
    font-size: 14px;
}
}

@media (max-width: 520px) {
.service_section_01 > dl dd {
    width: 90%;
    margin: 0 auto;
}
}
.service_section_02 {
    width: 980px;
    margin: 80px auto 0px;
}
.service_section_02 h3 {
    font-size: 22px;
    color: #221815;
    margin-bottom: 10px;
	letter-spacing: 0px;
}
.service_section_02 h3 span {
    font-size: 12px;
    color: #221815;
    margin-left: 10px;
	letter-spacing: 0px;
}
.service_section_02 > div {
    display: flex;
    flex-flow: wrap;
    align-items: stretch;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-align-items: stretch;
    -webkit-justify-content: space-between;
    margin-bottom: 10px;
}
.service_section_02 > div .service_img_02 {
    width: 447px;
}
.service_section_02 > div .service_img_02 div {
    width: 100%;
    background: url(../images/service/service_img_02.jpg) no-repeat center/cover;
    margin-bottom: 10px;
    position: relative;
}
.service_section_02 > div .service_img_02 div aside {
    color: #fff;
    font-size: 10px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.service_section_02 > div .service_img_02 p {
    font-size: 15px;
}
.service_section_02 > div .counter_service {
    width: 500px;
    border: 1px solid #959494;
    box-sizing: border-box;
    padding: 20px;
}
.service_section_02 > div .counter_service h4 {
    font-size: 17px;
    display: block;
    border-bottom: 1px solid #959494;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.service_section_02 > div .counter_service dl dt {
    font-size: 14px;
    margin-bottom: 5px;
}
.service_section_02 > div .counter_service dl dd {
    margin-left: 10px;
    margin-bottom: 15px;
}
.service_section_02 > div .counter_service dl dd:nth-of-type(2) {
    margin-bottom: 0px;
}
.service_section_02 > div .counter_service dl dd ul {
    display: flex;
    flex-flow: wrap;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
}
.service_section_02 > div .counter_service dl dd ul li {
    width: 50%;
    margin-bottom: 0.5em;
    text-indent: -1em;
    padding-left: 1em;
    box-sizing: border-box;
    line-height: 1.2em;
    letter-spacing: 0px;
}
.service_section_02 > div .counter_service dl dd:nth-of-type(1) ul li:nth-of-type(3), .service_section_02 > div .counter_service dl dd:nth-of-type(1) ul li:nth-of-type(4), .service_section_02 > div .counter_service dl dd:nth-of-type(1) ul li:nth-of-type(5) {
    width: 100%;
}
.service_section_02 > div .counter_service dl dd ul li::before {
    content: "□ ";
}
.service_section_02 > aside {
    font-size: 11px;
    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    color: #383737;
}

@media (max-width: 980px) {
.service_section_02 {
    width: 96%;
    margin: 40px auto 0px;
}
.service_section_02 > div .service_img_02 {
    width: 48%;
}
.service_section_02 > div .counter_service {
    width: 50%;
    padding: 10px;
}
.service_section_02 > div .service_img_02 div {
    background: url(../images/service/service_img_02.jpg) no-repeat left/cover;
}
.service_section_02 > div .counter_service dl dd ul li {
    width: 100%;
}
}

@media (max-width: 520px) {
.service_section_02 > div .service_img_02 {
    width: 100%;
    margin-bottom: 20px;
}
.service_section_02 > div .counter_service {
    width: 100%;
    padding: 10px;
}
.service_section_02 > div .counter_service dl dd ul li {
    width: 50%;
}
.service_section_02 > div .service_img_02 p {
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
}
}
.service_section_03 {
    width: 980px;
    margin: 70px auto 0px;
    display: flex;
    flex-flow: wrap;
    align-items: flex-start;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-align-items: flex-start;
    -webkit-justify-content: space-between;
}
.service_section_03 > div {
    width: 447px;
}
.service_section_03 > div h3 {
    font-size: 22px;
    color: #221815;
    margin-bottom: 10px;
    line-height: 1em;
	letter-spacing: 0px;
}
.service_section_03 > div h3 span {
    font-size: 12px;
    color: #221815;
    margin-left: 10px;
    display: inline-block;
	letter-spacing: 0px;
}
.service_section_03 > div {
    display: flex;
    flex-flow: wrap;
    align-items: stretch;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-align-items: stretch;
    -webkit-justify-content: space-between;
    margin-bottom: 10px;
}
.service_section_03 > div .service_img_03 {
    width: 447px;
}
.service_section_03 > div .service_img_03 div {
    width: 100%;
    background: url(../images/service/service_img_03.jpg) no-repeat center/cover;
    margin-bottom: 10px;
    position: relative;
}
.service_section_03 > div .service_img_03 > aside {
    font-size: 12px;
}
.service_section_03 > div .service_img_03 div aside {
    color: #fff;
    font-size: 10px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.service_section_03 > div .service_img_04 {
    width: 447px;
}
.service_section_03 > div .service_img_04 div {
    width: 100%;
    background: url(../images/service/service_img_04.jpg) no-repeat center/cover;
    margin-bottom: 10px;
    position: relative;
}
.service_section_03 > div .service_img_04 div aside {
    color: #fff;
    font-size: 10px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

@media (max-width: 980px) {
.service_section_03 {
    width: 96%;
    margin: 40px auto 0;
}
.service_section_03 > div {
    width: 48%;
}
}

@media (max-width: 520px) {
.service_section_03 > div {
    width: 100%;
    margin-bottom: 20px;
}
.service_section_03 > div .service_img_03 p, .service_section_03 > div .service_img_03 > aside {
    width: 90%;
    margin: 0 auto;
}
}
.service_section_04 {
    width: 980px;
    margin: 100px auto 0px;
}
.service_section_04 h3 {
    font-size: 22px;
    color: #221815;
    margin-bottom: 10px;
}
.service_section_04 h3 span {
    font-size: 12px;
    color: #221815;
    margin-left: 10px;
}
.service_section_04 p {
    font-size: 12px;
    margin-top: 10px;
}
.service_section_04 ul {
    margin-top: 70px;
    display: flex;
    flex-flow: wrap;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
}
.service_section_04 ul li {
    width: 245px;
}
.service_section_04 ul li:nth-of-type(1) {
    background: url(../images/service/service_img_06.jpg) no-repeat center/cover;
}
.service_section_04 ul li:nth-of-type(2) {
    background: url(../images/service/service_img_07.jpg) no-repeat center/cover;
}
.service_section_04 ul li:nth-of-type(3) {
    background: url(../images/service/service_img_08.jpg) no-repeat center/cover;
}
.service_section_04 ul li:nth-of-type(4) {
    background: url(../images/service/service_img_09.jpg) no-repeat center/cover;
    position: relative;
}
.service_section_04 ul li:nth-of-type(4) aside {
    color: #fff;
    font-size: 10px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

@media (max-width: 980px) {
.service_section_04 {
    width: 96%;
    margin: 50px auto 0px;
}
.service_section_04 img {
    width: 100%;
}
.service_section_04 ul li {
    width: 25%;
}
}

@media (max-width: 520px) {
.service_section_04 ul li {
    width: 50%;
}
.service_section_03 > div .service_img_04 p, .service_section_04 > p {
    width: 90%;
    margin: 0 auto;
}
}
.service_section_05 {
    background-color: #e6e6e7;
    margin-top: 120px;
    padding: 50px 0;
}
.service_section_05 ul {
    width: 980px;
    margin: 0 auto;
    display: flex;
    flex-flow: wrap;
    align-items: stretch;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-align-items: stretch;
    -webkit-justify-content: space-between;
}
.service_section_05 ul li {
    width: 315px;
}
.service_section_05 ul li h3 {
    font-size: 18px;
    color: #221815;
    margin-bottom: 10px;
    text-align: center;
}
.service_section_05 ul li h3 span {
    font-size: 18px;
    color: #221815;
    display: inline-block;
}
.service_section_05 ul li > div {
    width: 100%;
}
.service_section_05 ul li > div > div {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}
.service_section_05 ul li > .service_img_10 > div {
    background: url(../images/service/service_img_10.jpg) no-repeat center/cover;
}
.service_section_05 ul li > .service_img_11 > div {
    background: url(../images/service/service_img_11.jpg) no-repeat center/cover;
}
.service_section_05 ul li > .service_img_12 > div {
    background: url(../images/service/service_img_12.jpg) no-repeat center/cover;
}
.service_section_05 ul li > div > div > aside {
    color: #fff;
    font-size: 10px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.service_section_05 ul li > div > p {
    font-size: 15px;
    line-height: 2em;
}
.service_section_05 ul li > div > aside {
    font-size: 10px;
}
.service_section_05 ul li > .service_img_11 > div > aside {
    color: #221815;
}

@media (max-width: 980px) {
.service_section_05 {
    margin-top: 50px;
}
.service_section_05 ul {
    width: 96%;
}
.service_section_05 ul li {
    width: 32%;
    margin-bottom: 20px;
}
.service_section_05 ul li h3 {
    font-size: 16px;
}
.service_section_05 ul li h3 span {
    font-size: 16px;
}
}

@media (max-width: 640px) {
.service_section_05 ul li {
    width: 48%;
}
.service_section_05 ul li > div > p {
    font-size: 14px;
    line-height: 1.6em;
}
}

@media (max-width: 480px) {
.service_section_05 ul li {
    width: 100%;
}
.service_img_10 p, .service_img_10 aside, .service_img_11 p, .service_img_12 p, .service_img_12 aside {
    width: 90%;
    margin: 0 auto;
    text-align: left;
}
}
/* 	/サービスページ */

/* プランページ */
.plan_section_02 {
    width: 100%;
    margin: 100px auto 0px auto;
}

.plan_section_01{
    width: 980px;
    margin: 100px auto 0px;
}

.plan_list ul.list{ width:100%; max-width:980px; margin:0 auto;}

.plan_ttl { background-color:#b0a280; color:#FFF; text-align:center; font-size:30px; margin-bottom:30px; margin-top:30px;}
.plan_ttl sup { color:#FFF; font-size:14px;}
.plan_ttl span { font-size:22px; color:#FFF;}
.disnon {
    display: none;
}
#tab {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 5px;
}
#tab li {
    cursor: pointer;
    display: inline-table;
    padding-left: 6px;
    padding-right: 6px;
}
#tab li#daylight {
    background-image: url(../images/plan/btn_day_off.png);
    background-repeat: no-repeat;
    width: 95px;
    height: 25px;
    text-indent: -10000px;
    background-size: contain;
}
#tab li#night {
    background-image: url(../images/plan/btn_night_off.png);
    background-repeat: no-repeat;
    width: 95px;
    height: 25px;
    text-indent: -10000px;
    background-size: contain;
}
#tab li#evening {
    background-image: url(../images/plan/btn_evening_off.png);
    background-repeat: no-repeat;
    width: 95px;
    height: 25px;
    text-indent: -10000px;
    background-size: contain;
}
#tab li#daylight.select {
    background-image: url(../images/plan/btn_day_on.png);
}
#tab li#night.select {
    background-image: url(../images/plan/btn_night_on.png);
}
#tab li#evening.select {
    background-image: url(../images/plan/btn_evening_on.png);
}
#tab li:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
}

.traceimg{ margin: 40px auto; text-align: center;}
.traceimg img{width: 100%; max-width:950px; margin: auto;}
.plan_aside {clear: both;}
.plan_aside .cap01{color:#d2cebb; font-size:190%;}
.plan_aside .cap02{ float: left; padding: 10px 30px 20px; text-align:left; font-size:100%; text-indent: 0; letter-spacing: 0;}

.plan_section_01 .pano {
    width: 100%;
    height: 385px;
    margin: 0 auto;
    cursor: move;
    overflow: hidden;
}
.plan_section_01 .pano .controls {
    position: relative;
    top: 40%;
}
.plan_section_01 .pano .controls a {
    position: absolute;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 2em;/*width: 20px;
			height: 20px;*/
}
.plan_section_01 .pano .controls a.left {
    left: 10px;
}
.plan_section_01 .pano .controls a.right {
    right: 10px;
}
.plan_section_01 .pano.moving .controls a {
    opacity: 0.4;
    color: #eee;
}
.plan_section_01 .viewArea p {
    text-align: right;
    margin-bottom: 5px;
    font-size: 12px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.plan_section_02 h3 {
    text-align: center;
    font-size: 27px;
    color: #221815;
    margin-bottom: 50px;
}
.plan_section_02 h3 span {
    display: inline-block;
    font-size: 27px;
    color: #221815;
}
.plan_section_02 .plan_list li {
    display: inline-block;
    margin-bottom: 20px;
}
.plan_section_02 .plan_list li:nth-child(even) {
    margin-left: 54px;
}
.plan_section_02 .plan_aside {
    color: #676767;
    font-size: 10px;
    display: inline;
    line-height: 1.6em;
	width:100%;
	max-width:980px;
	margin:0 auto;
	display:block;
	box-sizing:border-box;
}

.planbottun{background-color: #B0A280; padding: 10px; width: 40%; text-align: center; margin: auto auto 60px;}
.planbottun a {color: #ffffff; font-size: 1.8vw;}
.planbottun a:hover {text-decoration: underline;}


@media (max-width: 640px) {

.planbottun{width: 60%;}
.planbottun a {font-size:4vw;}

.traceimg {width: 96%; margin-left: auto; margin-right: auto;}	
.traceimg img{width: 100%; max-width:none; margin: auto;}
	
	.plan_section_01 .pano {
    width: 100%;
    height: 200px;
    margin: 0 auto;
    cursor: move;
    overflow: hidden;
}
}
.CASBEE {
    text-align: center;
    margin: 50px auto 30px auto;
}
.CASBEE img {
}

@media (max-width: 980px) {
.plan_section_01, .plan_section_02 {
    width: 100%;
    margin: 50px auto 0px;
}
.plan_section_02 .plan_list ul {
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-justify-content: flex-start;
}
.plan_section_02 .plan_list li {
    width: 48%;
    margin: 0px 1% 20px;
}
.plan_section_02 .plan_list li img {
    width: 100%;
}
.plan_section_02 .plan_list li:nth-child(even) {
    margin-left: 0px;
}
.plan_section_02 .plan_aside {
    padding: 0px 10px;
    font-size: 12px;
    display: block;
}
.plan_section_02 h3, .plan_section_02 h3 span {
    font-size: 22px;
}
}
/* アクセスページ */

.accessMain { width:100%}
.accessMain img { width:100%;}

@media (max-width: 980px) {
	.accessMain {  margin-top:56px;}
}

@media (max-width: 480px) {
	.accessMain {  margin-top:45px;}
}

.pcImg img{
	display:none;
}

#access.big-background {
    background-image: url(../images/access/main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.access_aside {
    width: 98%;
    max-width: 980px;
    margin: 0 auto;
    display: block;
    text-align: right;
    font-size: 13px;
    color: #5d5d5d;
    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.access_section_01 {
    width: 980px;
    margin: 100px auto 0px;
    text-align: center;
    padding-bottom: 30px;
}
.access_section_01 h2 img {
    text-align: center !important;
    margin-bottom: 10px;
}
.access_section_01 h2 {
    font-size: 36px;
    color: #4c4948 !important;
    margin-bottom: 50px;
}
.access_section_01 h2 span {
    font-size: 28px;
    color: #4c4948 !important;
}
.access_section_01 p.copy {
    margin-bottom: 50px !important;
}
.access_section_01 p.copy span {
    display: inline-block;
    line-height: 160%;
}
.access_section_01 .copy p {
    text-align: center;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #999;
    padding-bottom: 10px;
}
.access_section_01 .copy ul {
    margin: 15px auto;
}
.access_section_01 .copy ul li {
    display: inline-block;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #999;
    padding-left: 18px;
    padding-right: 18px;
    text-align: left;
}
.access_section_01 .copy ul li:first-child {
    border: none;
}
.rosenzu {
    margin-bottom: 20px;
}
.access_minute {
    margin-bottom: 20px;
    max-width: 980px;
    width: 100%;
}

@media (max-width: 640px) {
.access_section_01 .copy p img {
    height: 2em;
}
.access_section_01 .copy ul li {
    border: none;
    text-align: left;
    width: 49%;
    padding: 0px 5px 0px 0px;
    box-sizing: border-box;
}
.access_section_01 .copy ul li img {
    height: 3em
}
}
.access_section_02 {
    width: 100%;
    background-color: #b0a17f;
    padding: 40px 0;
}
.access_section_02 .innerBox {
    width: 980px;
    margin: 0 auto;
}
.access_section_02 .innerBox .rosen_list {
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
    display: -webkit-flex;
     -webkit-flex-flow: wrap;
     -webkit-justify-content: space-around;
}
.access_section_02 .innerBox .rosen_list li {
    display: block;
    width: 48%;
    color: #FFF;
    font-size: 24px;
    letter-spacing: 0em;
    margin-bottom: 20px;
}
.access_section_02 .innerBox .rosen_list li > span {
    font-size: 48px;
    color: #FFF;
}
.access_section_02 .innerBox .rosen_list li aside {
    font-size: 14px;
    padding-left: 1.5em;
    display: block;
    color: #FFF;
    margin-top: -10px;
}
.access_section_02 .innerBox .rosen_list li aside > span {
    font-size: 14px;
    display: inline-block;
    color: #FFF;
}
.area_img {
    max-width: 800px;
    width: 96%;
    display: block;
    margin: 40px auto 0px;
}
.area_img_aside {
    width: 96%;
    max-width: 800px;
    margin: 0 auto;
    display: block;
    text-align: right;
    font-size: 10px;
    color: #5d5d5d;
    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.access_section_03 {
    width: 980px;
    margin: 100px auto 0px;
    text-align: center;
    padding-bottom: 0px;
}
.access_section_03 h2 img {
    text-align: center !important;
    margin-bottom: 10px;
}
.access_section_03 h2 {
    font-size: 24px;
    color: #4c4948 !important;
    margin-bottom: 50px;
}
.access_section_03 .taxi li {
    display: inline-table;
    width: 22.755%;
    margin-left: 2.312925%;
    font-size: 15px;
    text-align: center;
}
.access_section_03 .taxi li img {
    margin-bottom: 15px;
}
.access_section_03 .taxi li span {
    font-size: 21px;
}
.access_section_03 .taxi li:first-child {
    margin-left: 0px
}

.access_section_03 { width:980px;margin: 100px auto 0px; text-align:center; padding-bottom:0px;}

.access_section_04 dl {width: 750px; margin: 90px auto 40px;}

.access_section_04 dl dt {text-align: center; font-size: 24px; color: #221815; margin-bottom: 20px;}

.access_section_04 dl dd {text-align: left; font-size: 15px; color: #221815; line-height: 2em;}

@media (max-width: 980px) {
	.access_section_04 dl { margin: 50px auto 30px;}
	}

@media (max-width: 720px) {
	.access_section_04 dl { width: 96%;}
	}

@media (max-width: 640px) {
	.access_section_04 dl { margin: 50px auto 0px;}
	.access_section_04 img { margin: 20px auto 0px;}
	.access_section_04 ul li  { 
	font-size:13px;
	letter-spacing: 0.1px;
	}

	}

@media (max-width: 480px) {
	.access_section_04 dl dt {font-size: 23px;}
	.access_section__04 dl dd {font-size: 14px; width: 90%; margin: 0 auto;}
	}


@media (max-width: 980px) {
.access_section_01 {
    width: 96%;
    margin: 50px auto 0;
}
.access_section_01 h2 img {
    height: 38px;
}
.access_section_01 h2 {
    font-size: 30px;
    margin-bottom: 30px;
}
.access_section_01 h2 span {
    font-size: 22px;
}
.access_section_01 .copy span img {
    line-height: 1.6em;
}
.access_section_01 .rosenzu {
    width: 96%;
    display: block;
    margin: 0 auto;
}
.access_section_02 {
    padding: 30px 0 20px 0;
}
.access_section_02 .innerBox {
    width: 96%;
}
.access_section_02 .innerBox .rosen_list li {
    font-size: 18px;
}
.access_section_02 .innerBox .rosen_list li span {
    font-size: 36px;
}
.access_section_02 .innerBox .rosen_list li aside {
    font-size: 12px;
}
.access_section_03 {
    width: 96%;
    margin: 50px auto 0px;
    text-align: center;
    padding-bottom: 0px;
}
.access_section_03 h2 img {
    height: 32px;
}
.access_section_03 h2 {
    font-size: 20px;
    margin-bottom: 30px;
}
.access_section_03 .taxi {
    display: flex;
    flex-flow: wrap;
    align-items: flex-start;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-align-items: flex-start;
    -webkit-justify-content: space-between;
}
.access_section_03 .taxi li {
    width: 23%;
    font-size: 15px;
    text-align: center;
    margin: 0px 0px 20px;
}
.access_section_03 .taxi li img {
    width: 100%;
}
}

@media (max-width: 720px) {
.access_section_02 .innerBox .rosen_list li {
    font-size: 16px;
}
.access_section_02 .innerBox .rosen_list li span {
    font-size: 28px;
}
.access_section_02 .innerBox .rosen_list li aside {
    font-size: 10px;
}
}

@media (max-width: 640px) {
.access_section_01 h2 img {
    height: 30px;
}
.access_section_01 h2 {
    font-size: 26px;
    margin-bottom: 30px;
}
.access_section_01 h2 span {
    font-size: 18px;
}
.access_section_03 h2 img {
    height: 28px;
}
.access_section_03 h2 {
    font-size: 16px;
    margin-bottom: 30px;
}
.access_section_02 .innerBox .rosen_list li {
    font-size: 20px;
    text-align: center;
    width: 100%;
}
.access_section_02 .innerBox .rosen_list li span {
    font-size: 36px;
}
.access_section_02 .innerBox .rosen_list li aside {
    font-size: 12px;
}
.access_section_03 .taxi li {
    width: 48%;
}
}

@media (max-width: 480px) {
.access_section_01 h2 img {
    height: 26px;
}
.access_section_01 h2 {
    font-size: 22px;
    margin-bottom: 30px;
}
.access_section_01 h2 span {
    font-size: 14px;
}
.access_section_01 .copy span img {
    height: 25px;
}
.access_section_02 .innerBox .rosen_list li {
    font-size: 16px;
}
.access_section_02 .innerBox .rosen_list li span {
    font-size: 28px;
}
.access_section_02 .innerBox .rosen_list li aside {
    font-size: 11px;
}
.access_section_03 h2 img {
    height: 24px;
}
.access_section_03 h2 {
    font-size: 14px;
    margin-bottom: 30px;
}
.access_section_03 .taxi li {
    font-size: 14px;
}
}
/* 確かな信頼ページ */
.trust_section_01 {
    width: 980px;
    margin: 100px auto 0px;
    text-align: center;
    padding-bottom: 30px;
}
.trust_section_01 h2 img {
    text-align: center !important;
    padding-bottom: 10px;
}
.trust_section_01 h2 {
    font-size: 36px;
    color: #4c4948 !important;
    margin-bottom: 180px;
}
.trust_section_01 h2 span {
    font-size: 28px;
    color: #4c4948 !important;
}
.trust_section_01 h3 {
    margin-bottom: 50px;
}
.trust_section_01 h3.mitsubishi {
    margin-top: 200px;
}
.trust_section_01 dt, .trust_section_01 dd {
    display: inline-table;
    vertical-align: middle;
}
.trust_section_01 dt {
    width: 39.387755%;
    text-align: left;
    line-height: 200%;
}
.trust_section_01 dd img {
    margin-bottom: 5px;
    display: block;
}
.trust_section_01 dd {
    font-size: 12px;
}
.trust_section_01 dd.l {
    width: 28.97959%;
    margin-left: 5.81632%;
    margin-right: 2.448979%;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.trust_section_01 dd.r {
    width: 22.244897%;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

@media (max-width: 980px) {
.trust_section_01 {
    width: 100%;
    margin: 100px auto 0px;
}
.trust_section_01 h2 img {
    height: 38px;
}
.trust_section_01 h2 {
    font-size: 30px;
    margin-bottom: 50px;
}
.trust_section_01 h3 {
    margin-bottom: 20px;
}
.trust_section_01 h3 img {
    height: 38px;
}
.trust_section_01 dl {
    width: 96%;
    margin: 0 auto;
}
.trust_section_01 dt {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
.trust_section_01 dd {
    vertical-align: top;
}
.trust_section_01 dd img {
    width: 100%;
}
.trust_section_01 dd.l {
    width: 56.573705179%;
    margin-left: 0;
    margin-right: 0;
}
.trust_section_01 dd.r {
    width: 43.42629482%
}
.trust_section_01 h3.mitsubishi {
    margin-top: 50px;
}
}
.pager {
    width: 980px;
    margin: 0 auto;
    padding: 50px 0px 20px;
}
.pager li {
    width: 50%;
    display: inline-table;
}
.pager li a {
    display: block;
    line-height: 33px
}
.pager li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}
.pager li a.prev {
    background-image: url(../images/common/btn_prev.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 45px;
}
.pager li a.next {
    background-image: url(../images/common/btn_next.png);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 45px;
    text-align: right;
}

@media (max-width: 980px) {
.pager {
    width: 96%;
}
}
/* 外国語ページ */
header.foreign {
    background-color: #fff;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 100;
}
header.foreign > div {
    width: 980px;
    margin: 0 auto;
    height: 66px;
    box-sizing: border-box;
    position: relative;
}
header.foreign > div h1 {
    position: absolute;
    left: 10px;
    top: 17px;
    width: 40%;
    max-width: 205px;
}
header.foreign > div h1 img {
    width: 100%;
}
header.foreign > div .language_link {
    position: absolute;
    right: 200px;
    top: 25px;
}
header.foreign > div .language_link::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-right: 1px solid #676767;
    border-bottom: 1px solid #676767;
    position: absolute;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    left: -14px;
    top: 7px;
    transition: 0.1s all ease;
    -webkit-transition: 0.1s all ease;
}
header.foreign > div .language_link:hover::before {
    left: -11px;
}
header.foreign > div .language_nav {
    position: absolute;
    right: 170px;
    top: 25px;
    width: 140px;
    padding: 0px 20px;
}
header.foreign > div .language_nav .language {
    margin-left: 20px;
    cursor: pointer;
}
header.foreign > div .head_contact {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    width: 166px;
    height: 41px;
    background-color: #afa280;
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 13px;
    right: 10px;
    transition: 0.2s background-color ease-out;
    -webkit-transition: 0.2s background-color ease-out;
    text-shadow: -1px 1px 0px rgba(0,0,0,0.4);
}
header.foreign > div .head_contact:hover {
    background-color: #8e8262;
}
body.english .main_visual {
    background: url(../images/english/mainvisual.jpg) no-repeat center/cover;
    position: relative;
}
body.english .main_visual aside {
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #fff;
    font-size: 12px;
    line-height: 1em;
    text-shadow: 0px 0px 2px rgba(0,0,0,1);
}
.foreign_section {
    width: 980px;
    margin: 140px auto 0px;
}
.foreign_section h2 {
    text-align: center;
    margin-bottom: 40px;
}
.foreign_section .point_list {
    margin-bottom: 20px;
}
.foreign_section .point_list li {
    font-size: 20px;
    padding: 20px 0px 20px 50px;
    border-top: 1px solid #e3ddd1;
    position: relative;
}
.foreign_section .point_list li:first-child {
    border-top: none;
}
.foreign_section .point_list li:nth-of-type(1)::before {
    content: url(../images/english/point_01.jpg);
    position: absolute;
    left: 0px;
    top: 20px;
}
.foreign_section .point_list li:nth-of-type(2)::before {
    content: url(../images/english/point_02.jpg);
    position: absolute;
    left: 0px;
    top: 20px;
}
.foreign_section .point_list li:nth-of-type(3)::before {
    content: url(../images/english/point_03.jpg);
    position: absolute;
    left: 0px;
    top: 20px;
}
.foreign_section .point_list li:nth-of-type(4)::before {
    content: url(../images/english/point_04.jpg);
    position: absolute;
    left: 0px;
    top: 20px;
}
.foreign_section .point_list li:nth-of-type(5)::before {
    content: url(../images/english/point_05.jpg);
    position: absolute;
    left: 0px;
    top: 20px;
}
.foreign_section .outline_content {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: stretch;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-justify-content: space-between;
    -webkit-align-items: stretch;
}
.foreign_section .outline_content .outline_img {
    position: relative;
    width: 474px;/* height: 685px;*/
    background: url(../images/english/img_01.jpg) no-repeat center/cover;
}
.foreign_section .outline_content .outline_img aside {
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #fff;
    font-size: 12px;
    line-height: 1em;
    text-shadow: 0px 0px 2px rgba(0,0,0,1);
}
.foreign_section .outline_content .outline_list {
    width: 506px;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    box-sizing: border-box;
}
.foreign_section .outline_content .outline_list dl {
    margin-bottom: 1em;
}
.foreign_section .outline_content .outline_list dl dt {
    font-size: 16px;
}
.foreign_section .outline_content .outline_list dl dd {
    font-size: 16px;
    margin-left: 2em;
    margin-bottom: 1em;
}
.foreign_section .outline_content .outline_list a {
    color: #676767;
    border: 1px solid #696969;
    padding: 10px 45px 10px 30px;
    display: inline-block;
    transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    position: relative;
    font-size: 16px;
}
.foreign_section .outline_content .outline_list a:hover {
    color: #fff;
    background-color: #121212;
}
.foreign_section .outline_content .outline_list a::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 1px solid #222;
    border-bottom: 1px solid #222;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
    transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
}
.foreign_section .outline_content .outline_list a:hover::after {
    border-right-color: #fff;
    border-bottom-color: #fff;
}
.foreign_section .design_list {
    overflow: hidden;
}
.foreign_section .design_list li {
    position: relative;
}
.foreign_section .design_list li aside {
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #fff;
    font-size: 12px;
    line-height: 1em;
    text-shadow: 0px 0px 2px rgba(0,0,0,1);
}
.foreign_section .design_list li:nth-child(1) {
    width: 980px;
    background: url(../images/english/img_02.jpg) no-repeat center/cover;
    margin-bottom: 10px;
}
.foreign_section .design_list li:nth-child(2) {
    width: 422px;
    background: url(../images/english/img_03.jpg) no-repeat center/cover;
    margin-bottom: 10px;
    float: left;
}
.foreign_section .design_list li:nth-child(3) {
    width: 548px;
    background: url(../images/english/img_04.jpg) no-repeat center/cover;
    margin-bottom: 10px;
    float: right;
}
.foreign_section .plan_box {
    padding: 40px;
    background-color: #e7e3d9;
    box-sizing: border-box;
}
.foreign_section .plan_box dl {
    margin-bottom: 40px;
}
.foreign_section .plan_box dl dt > span {
    color: #676767;
    font-size: 40px;
    padding-bottom: 10px;
}
.foreign_section .plan_box dl dt > span::after {
    content: "";
    display: block;
    width: 110px;
    height: 3px;
    background-color: #d7d7d7;
}
.foreign_section .plan_box dl dt h2 {
    color: #676767;
    font-size: 28px;
    margin-top: 15px;
    margin-bottom: 5px;
    text-align: left;
}
.foreign_section .plan_box dl dt h2 span {
    color: #676767;
    font-size: 22px;
}
.foreign_section .plan_box dl dd p {
    font-size: 16px;
    display: block;
}
.foreign_section .plan_box dl dd p span {
    font-size: 14px;
    display: inline-block;
}
.foreign_section .plan_box dl dd p i {
    font-size: 16px;
    display: inline-block;
}
.foreign_section .plan_box img {
    display: block;
    margin: 0 auto 50px;
    max-width: 100%;
}
.foreign_section .plan_aside {
    color: #676767;
    font-size: 14px;
    display: inline;
}
.foreign_section .gmap {
    width: 980px;
}
.foot_bg {
    height: 950px;
    background: url(../images/english/img_05.jpg) no-repeat center/cover;
    margin: 150px 0px 20px;
    position: relative;
}
.foot_bg aside {
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #fff;
    font-size: 12px;
    line-height: 1em;
    text-shadow: 0px 0px 2px rgba(0,0,0,1);
}

@media (max-width: 980px) {
header.foreign > div {
    width: 100%;
}
body.english .main_visual {
    height: 500px !important;
    margin-top: 66px;
}
body.english .main_visual .main_txt {
    max-width: 50%;
}
.foreign_section {
    width: 96%;
    margin: 80px auto 0px;
}
.foreign_section h2 {
    margin-bottom: 30px;
}
.foreign_section .attend {
    width: 100%;
    margin: 0 auto 30px;
}
.foreign_section .outline_content .outline_img {
    width: 50%;
}
.foreign_section .outline_content .outline_list {
    width: 50%;
    padding-left: 10px;
}
.foreign_section .outline_content .outline_list dl dt {
    font-size: 14px;
}
.foreign_section .outline_content .outline_list dl dd {
    font-size: 14px;
    margin-left: 1em;
}
.foreign_section .outline_content .outline_list a {
    padding: 10px 30px 10px 15px;
    font-size: 14px;
}
.foreign_section .design_list li:nth-child(1) {
    width: 100%;
    background: url(../images/english/img_02.jpg) no-repeat center/cover;
    margin-bottom: 10px;
}
.foreign_section .design_list li:nth-child(2) {
    width: 43.06122448979591836734693877551%;
}
.foreign_section .design_list li:nth-child(3) {
    width: 55.918367346938775510204081632653%;
}
.foreign_section .gmap {
    width: 100%;
}
.foot_bg {
    height: 650px;
    margin: 100px 0px 20px;
}
}

@media (max-width: 640px) {
header.foreign > div {
    height: 70px;
}
header.foreign > div .language_link {
    right: 20px;
    top: 44px;
}
header.foreign > div .language_nav {
    right: -20px;
    top: 44px;
    width: 140px;
    padding: 0px 20px;
}
header.foreign > div .language_nav .language {
    margin-left: 20px;
    cursor: pointer;
}
header.foreign > div .head_contact {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    width: 120px;
    height: 30px;
    background-color: #afa280;
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 10px;
    right: 10px;
    transition: 0.2s background-color ease-out;
    -webkit-transition: 0.2s background-color ease-out;
    text-shadow: -1px 1px 0px rgba(0,0,0,0.4);
}
body.english .main_visual {
    height: 400px !important;
    margin-top: 70px;
}
.foreign_section .point_list li {
    font-size: 16px;
}
.foreign_section h2 {
    margin-bottom: 20px;
}
.foreign_section .outline_content {
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
    -webkit-flex-flow: column;
    -webkit-align-items: flex-start;
    -webkit-justify-content: center;
}
.foreign_section .outline_content .outline_img {
    width: 80%;
    margin: 0px auto 30px;
}
.foreign_section .outline_content .outline_list {
    width: 100%;
    padding-left: 0px;
    flex-flow: column;
    justify-content: center;
    -webkit-flex-flow: column;
    -webkit-justify-content: center;
}
.foreign_section .outline_content .outline_list dl dt {
    font-size: 14px;
}
.foreign_section .outline_content .outline_list dl dd {
    font-size: 14px;
    margin-left: 1em;
}
.foot_bg {
    height: 450px;
    margin: 70px 0px 20px;
}
}

@media (max-width: 480px) {
body.english .main_visual {
    height: 300px !important;
}
.foreign_section .outline_content .outline_list dl dt {
    font-size: 12px;
}
.foreign_section .outline_content .outline_list dl dd {
    font-size: 12px;
    margin-left: 1em;
}
.foreign_section .outline_content .outline_list a {
    font-size: 12px;
}
.foreign_section .design_list li:nth-child(2) {
    width: 100%;
}
.foreign_section .design_list li:nth-child(3) {
    width: 100%;
}
.foreign_section .plan_box dl dt > span {
    font-size: 32px;
}
.foreign_section .plan_box dl dt h2 {
    font-size: 22px;
}
.foreign_section .plan_box dl dt h2 span {
    font-size: 18px;
}
.foreign_section .plan_box dl dd p {
    font-size: 14px;
}
.foreign_section .plan_box dl dd p span {
    font-size: 12px;
}
.foreign_section .plan_box dl dd p i {
    font-size: 14px;
}
.foreign_section .plan_aside {
    font-size: 12px;
}
.foot_bg {
    height: 300px;
    margin: 40px 0px 20px;
}
}
/* /外国語ページ */


/* TOPスクロール対策 */
#deqwas-collection-k { display:none;}





.sp_foot {
	display: flex;
	flex-flow: wrap;
	background-color: rgba(0,33,49,0.9);
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	z-index: 5000;
	transition: 0.3s opacity ease-out;
}

.sp_foot li:nth-of-type(1) {
	width: 100%;
	padding: 5px 0px;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
}

.sp_foot li:nth-of-type(2) {
	box-sizing: border-box;
	width: 37.5%;
	padding: 10px;
}
.sp_foot li:nth-of-type(2) a {
	font-size: 16px;
	padding: 10px 0;
	color: #fff;
	background-color: #8c825e;
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: center;
	display: -webkit-flex;
	-webkit-flex-flow: wrap;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	
}
.sp_foot li:nth-of-type(3) {
	box-sizing: border-box;
	width: 37.5%;
	border-right: 1px solid #001119;
	padding: 10px;
}
.sp_foot li:nth-of-type(3) a {
	font-size: 16px;
	padding: 10px 0;
	color: #fff;
	background-color: #6f5f36;
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: center;
	display: -webkit-flex;
	-webkit-flex-flow: wrap;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	
}
.sp_foot li:nth-of-type(4) {
	box-sizing: border-box;
	width: 25%;
	border-left: 1px solid #3f5059;
	display: flex;
	flex-flow: wrap;
}
.sp_foot li:nth-of-type(4) a {
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: center;
	display: -webkit-flex;
	-webkit-flex-flow: wrap;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	font-size: 14px;
	color: #fff;
	width: 100%;
}
.sp_foot li:nth-of-type(4) a img {
	width: 21px;
	margin-right: 5px;
}

body.box-lid-open .sp_foot,
body.box-lid-open #information {
	opacity: 0 !important;
	z-index: -1;
	transition: 0.3s z-index ease-out 0.3s, 0.3s opacity ease-out;
}
#information .txt a,
#information-sp .txt a{
	border-bottom: solid #8c8c8c 1px;
    /*padding-bottom: 7px;*/
	margin-bottom: 7px;
}
/*.sp_foot li:nth-of-type(2) a::before {
	content: url(../images/common/tel_icon.png);
	margin-right: 5px;
	position: relative;
	top: 5px;
}*/

.winter_red{ 
        color:#c42c2c; 
}

.bottom_fix {
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	bottom: 0px;
	left: 0px;
	/*background-color: #968A6B;*/
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	align-items: center;
	display: -flex-flex;
	-flex-flex-flow: wrap;
	-flex-justify-content: center;
	-flex-align-items: center;
	z-index: 10000;
    padding: 0px 0px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#95896b+0,b5aa82+36,b5aa82+65,95896b+100 */
background: #95896b; /* Old browsers */
background: -moz-linear-gradient(45deg, #95896b 0%, #b5aa82 36%, #b5aa82 65%, #95896b 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #95896b 0%,#b5aa82 36%,#b5aa82 65%,#95896b 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #95896b 0%,#b5aa82 36%,#b5aa82 65%,#95896b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95896b', endColorstr='#95896b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.bottom_fix .inner { margin:15px auto; width:100%;display: flex;
	flex-flow: wrap;
	justify-content: center;
	align-items: center;
	display: -flex-flex;
	-flex-flex-flow: wrap;
	-flex-justify-content: center;
	-flex-align-items: center;}

.bottom_fix p {
	color: #ffffff;
	font-size: 31px;
	line-height: 1.5em;
}

/*.bottom_fix a {
	color: #968A6B;
	background-color: #ffffff;
	font-size: 18px;
	display: inline-block;
	padding: 10px 20px;
	margin-left: 20px;
}*/

.bottom_fix a:hover,
.bottom_fix_btn a:hover {
	opacity: 0.7;
}

.bottom_fix_btn {
	color: #968A6B;
	background-color: #ffffff;
	font-size: 18px;
	display: inline-block;
	padding: 10px 20px;
	margin-left: 20px;
}

@media (max-width: 880px) {
	.bottom_fix p {
		font-size: 30px;
	}
	.bottom_fix a {
		font-size: 14px;
	}
}

@media (max-width: 540px) {
	.bottom_fix p {
		margin-bottom: 10px;
	}
}

@media (max-width: 420px) {
	.bottom_fix p {
		font-size: 14px;
	}
}

/*180213販売価格追加*/

.hanbai {
	font-size: 16px;
	text-align: center;
	border: 1px solid #DEDEDE;
	width: 960px;
	margin: 30px auto 0px auto;
	padding: 1% 1.5%;
	box-sizing: border-box;
}

.hanbai sup { font-size:80%;}

.hanbai .place { font-size:25px; }
.hanbai .cost { font-size:32px; }
.hanbai .sub { font-size:14px; }



@media (max-width: 960px) {
.hanbai {
	font-size: 12px;
	width: 96%;
	margin: 30px auto 0px auto;
	padding: 10px 15px;
}

.block { display:inline-block; font-size:10px;}

.hanbai .place { font-size:16px; }
.hanbai .cost { font-size:18px; }
.hanbai .sub { font-size:10px; }

}


/*180215販売価格追加_180305ac sup追加 */

.hanbai-n {
	text-align: center;
	border: 1px solid #DEDEDE;
	width: 960px;
	margin: 50px auto 0px auto;
	padding: 50px 4% 50px 5%;
	box-sizing: border-box;
	background-color:#dcd2b6;
	
}

.hanbai-n sup { font-size:80%;}

.hanbai-n .title {
	font-size:33px; 
	color:#000;
	letter-spacing: 2px !important;
	}
.hanbai-n .title_cost {
	font-size:25px; 
	color:#000;
	letter-spacing: 2px !important;
	margin: 40px auto 0px auto;
	}
.hanbai-n .title_cost_s {
	font-size:20px; 
	color:#000;
	letter-spacing: 0px !important;
	line-height: 1.0em;
	}
.hanbai-n .cost {
	color::#666;
	font-size: 30px;
	line-height: 1.0em;
	letter-spacing: 0px !important;
}
.hanbai-n .sub_box { 
	margin: 10px 5px 10px 5px;
	padding: 1.5% 1.5%;
    border:solid  #333 ;
    border-width:1px 0px 1px 0px;
	   }
.hanbai-n .sub { 
    font-size:15px; 
	text-align: left;
	color:#000;
	font-weight:400;
	padding: 0% 1.5%;
	   }
.hanbai-n .sub2 { 
    font-size:13px; 
	text-align: left;
	color:#666;
	padding: 0% 1.5%;
	   }
.under {
	color:#000;
	font-weight:400;
    text-decoration : underline;
  }
.ac sup{ color:#FFF;}

@media (max-width: 960px) {
.hanbai-n {
	font-size: 16px;
	width: 96%;
	margin: 30px auto 0px auto;
	padding: 30px 4% 30px 4%;
}

.hanbai-n .title {
	font-size:28px; 
	color:#000;
	letter-spacing: 2px !important;
	}
	
.block-n { display:inline-block; font-size:10px;}

.hanbai-n .place { font-size:16px; }
.hanbai-n .cost { font-size:25px; }
.hanbai-n .sub { font-size:14px; }

}

.hanbai-n2 { font-size:14px !important; color:#000000; !important; display:block; text-align:center;width:100%; padding-bottom:15px; padding-top:15px}
.bottom_fix .hanbai-n2 span { font-size:16px; color:#ffffff; !important;}
.hanbai-n2 span.cost { font-size:20px;}
.hanbai-n2 sup { font-size:80%; color:#ffffff;}
.ac sup{ color:#FFF;}
@media (max-width: 960px) {
.hanbai-n2 { width:98%; margin-left:auto; margin-right:auto;}

}


.hanbai-sp { display:none;}
@media (max-width: 640px) {
.hanbai-sp {
	display:block;
	/*background-color: #6f5f36;*/
    padding-left:5px; padding-right:5px; padding-bottom:30px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#95896b+0,b5aa82+36,b5aa82+65,95896b+100 */
background: #95896b; /* Old browsers */
background: -moz-linear-gradient(45deg, #95896b 0%, #b5aa82 36%, #b5aa82 65%, #95896b 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #95896b 0%,#b5aa82 36%,#b5aa82 65%,#95896b 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #95896b 0%,#b5aa82 36%,#b5aa82 65%,#95896b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95896b', endColorstr='#95896b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.hanbai-n {
	display:none;
	}
.hanbai-n2 { font-size:12px !important; color:#FFF; !important; display:block; text-align:center;width:100%; padding-bottom:15px; padding-top:15px}
.hanbai-n2 span { font-size:12px; color:#FFF; !important;}
.hanbai-n2 .title { font-size:20px;
}
.hanbai-n2 .cost { font-size:10px;color: #FFF;
}
.hanbai-n2 sup { font-size:80%; color:#ffffff; !important;}
.hanbai-sp .hanbai-n2 sup { font-size:80%; color:#FFF; !important;}
	.bottom_fix .hanbai-n2 span { font-size:12px; color:#ffffff}
}

body.map >div#content div.box-lid div.box-lid-content div.wrap
{
height: 100%;
}

/*180305 セレクトプラン追加*/
ul li.select { position:relative;}
ul li.select ul.selectBtn { position:absolute; bottom:2.808%; z-index:100; left:3.023758%;}


ul li.select ul.selectBtn { bottom:1.808%\0;}
ul li.select ul.selectBtn { bottom:1.808%\9;}

ul li.select ul.selectBtn li{ display:inline-block !important; margin-left:0.539% !important; margin-right:0.539% !important; margin-top:0.93632%;margin-bottom:0px !important;}



ul li.select ul.selectBtn li{ margin-top:0%\0;}
ul li.select ul.selectBtn li{ margin-top:0%\9;}

ul li.select ul.selectBtn li.l { width:96.9524%;}


@media (max-width: 480px) {
ul li.select ul.selectBtn li{ margin-top:1% !important;}
}

@media (max-width: 450px) {
ul li.select ul.selectBtn li{ margin-top:1% !important;}
}

@media (max-width: 640px) {
	.plan_section_02 .plan_list { width:98%; margin-right:auto; margin-left:auto;}
	.plan_section_02 .plan_list li {
    width: 48%;
    margin: 0px 0% 0px;
	margin-bottom:20px;
}
.plan_section_02 .plan_list li {
    width: 100%;
}
ul li.select ul.selectBtn li { width:48%;}
}

.plan_section_02 .center { text-align:center; margin-top:20px; font-size:20px;}

.yoyaku { text-align:center;}

.yoyaku p {
	color: #FFF;
	font-size: 22px;
    line-height: 1.5em;
    padding: 10px;
}

.yoyaku a {
	color:#6f5f36;
	background-color:#FFF ;
	font-size: 18px;
	display: block;
	padding: 10px 20px;
	margin:15px auto 0 auto;
	width:70%;

}


.plan_anchor_list {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    display: -ms-flex;
    -ms-flex-flow: wrap;
    -ms-align-items: center;
    -ms-justify-content: center;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}

.plan_anchor_list li {
    border-left: 1px solid #aaa;
    padding: 0px 20px;
}

.plan_anchor_list li:first-child {
    border-left: none;
}

.plan_anchor_list li a {
    font-size: 22px;
}

.plan_anchor_list li a span {
    font-size: 18px;
}

@media (max-width: 580px) {
    .plan_anchor_list {
        max-width: 420px;
        margin: 0 auto;
    }
    .plan_anchor_list li:nth-of-type(4) {
        border-left: none;
    }
.plan_anchor_list li br {
    display: none;
}
}

.plan_section_02 {
    margin-bottom: 100px;
}

.menshin {
    max-width: 980px;
    margin: 50px auto 0px;
    width: 96%;
}

.menshin h3 {
    text-align: center;
    font-size: 27px;
    color: #221815;
    margin-bottom: 50px;
}
.menshin h3 span {
    display: inline-block;
    font-size: 27px;
    color: #221815;
}

@media (max-width: 980px) {
.menshin h3, .menshin h3 span {
    font-size: 22px;
}
}
@media (max-width: 640px) {
    .menshin {
        margin-top: 80px;
    }
    .plan_section_02 {
    margin-bottom: 50px;
}
}
.menshin p {
    font-size: 16px;
    line-height: 2em;
}

.menshin_content_01 {
    margin: 50px 0px 30px;
    display: flex;
    flex-flow: wrap;
    align-items: flex-start;
    justify-content: space-between;
    display: -ms-flex;
    -ms-flex-flow: wrap;
    -ms-align-items: flex-start;
    -ms-justify-content: space-between;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-align-items: flex-start;
    -webkit-justify-content: space-between;
}

.menshin_content_01 div:nth-of-type(1) {
    width: 298px;
}
.menshin_content_01 div:nth-of-type(1) img {
    width: 100%;
}


@media (min-width: 681px) {
    .menshin_01_sp {
        display: none;
    }
}

@media (max-width: 680px) {
    .menshin_01_pc {
        display: none;
    }
}


.menshin_content_01 div:nth-of-type(1) aside {
    width: 100%;
    font-size: 12px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.menshin_content_01 div:nth-of-type(2) {
    width: calc(100% - 320px);
}


.menshin_content_01 div:nth-of-type(2) h4 {
    font-size: 20px;
    color: #221815;
    margin-bottom: 10px;
}
.menshin_content_01 div:nth-of-type(2) h4 span {
    display: inline-block;
    font-size: inherit;
    color: inherit;
}

@media (max-width: 980px) {
.menshin_content_01 div:nth-of-type(2) h4, .menshin_content_01 div:nth-of-type(2) h4 span {
    font-size: 16px;
}
}

.menshin_content_01 div:nth-of-type(2) aside {
    font-size: 12px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.menshin_content_01 div:nth-of-type(2) p {
    margin-bottom: 20px;
}

.menshin_content_01 div:nth-of-type(2) ul {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    display: -ms-flex;
    -ms-flex-flow: wrap;
    -ms-justify-content: space-between;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-justify-content: space-between;
    margin: 30px 0px 0px;
}

.menshin_content_01 div:nth-of-type(2) ul li {
    width: 31.487%;
    margin-bottom: 40px;
}

.menshin_content_01 div:nth-of-type(2) ul li dl {
    height: 100%;
}

.menshin_content_01 div:nth-of-type(2) ul li dt {
    background-color: #eee;
    text-align: center;
    line-height: 1em;
    padding: 5px;
    box-sizing: border-box;
}

@media (min-width: 1001px) {
.menshin_content_01 div:nth-of-type(2) ul li dt br {
    display: none;
}
}
@media (max-width: 1000px) {
.menshin_content_01 div:nth-of-type(2) ul li:nth-of-type(5) dt {
    line-height: 2.6em;
}
}
.menshin_content_01 div:nth-of-type(2) ul li dd {
    text-align: center;
    padding-top: 20px;
}

.menshin_content_01 div:nth-of-type(2) ul li dd img {
    width: 100%;
}

.menshin_content_01 div:nth-of-type(2) ul li:nth-of-type(1) dd, .menshin_content_01 div:nth-of-type(2) ul li:nth-of-type(2) dd {
    padding-top: 40px;
}

.menshin_content_01 div:nth-of-type(2) ul li:nth-of-type(6) {
    background-color: #eee;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    display: -ms-flex;
    -ms-flex-flow: wrap;
    -ms-align-items: center;
    -ms-justify-content: center;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}

.menshin .menshin_content_01 div:nth-of-type(2) ul li:nth-of-type(6) p {
    font-size: 14px;
    line-height: 1.2em;
    text-align: center;
    padding: 10px 5px;
}


.menshin .menshin_content_01 div:nth-of-type(2) ul li:nth-of-type(6) p span {
    display: inline-block;
}

@media (max-width: 840px) {
    .menshin_content_01 div:nth-of-type(2) ul li {
    width: 48%;
}
    .menshin_content_01 div:nth-of-type(2) p {
        font-size: 14px;
    }
}

@media (max-width: 680px) {
    .menshin_content_01 div:nth-of-type(1) {
        max-width: 298px;
        width: 70%;
        margin: 20px auto;
    }
    
  .menshin_content_01 div:nth-of-type(2) {
    width: 96%;
}

}

.menshin_list {
   display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    display: -ms-flex;
    -ms-flex-flow: wrap;
    -ms-justify-content: space-between;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-justify-content: space-between;
}

.menshin_list li {
    border: 1px solid #ccc;
    width: 31.73%;
    box-sizing: border-box;
    margin-bottom: 25px;
    padding: 15px;
}

.menshin_list li:first-child {
   display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: space-between;
    display: -ms-flex;
    -ms-flex-flow: wrap;
    -ms-align-items: center;
    -ms-justify-content: space-between;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
     -webkit-align-items: center;
   -webkit-justify-content: space-between;
    width: 100%;
}

.menshin_list li dt {
    font-size: 20px;
    margin-bottom: 10px;
}


.menshin_list li dd {
    font-size: 14px;
    line-height: 2em;
}

.menshin_list li:first-child dl {
    width: calc(100% - 310px);
}

.menshin > aside {
    font-size: 12px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}


@media (max-width: 680px) {
    .menshin_list li, .menshin_list li:first-child {
        width: 48%;
    }
    .menshin_list li:first-child {
        flex-flow: column;
        -ms-flex-flow: column;
        -webkit-flex-flow: column;
    }
    .menshin_list li:first-child dl {
        width: 100%;
        margin-bottom: 10px;
    }
    .menshin_list li dl dt {
        font-size: 18px;
    }
    .menshin_list li dl dd {
        line-height: 1.6em;
    }
    .menshin_list li:first-child img {
        width: 90%;
        max-width: 290px;
    }
    .plan_anchor_list li a {
        font-size: 18px;
    }
    .plan_anchor_list li a span {
        font-size: 14px;
    }
}

#plan_anchor_01, #plan_anchor_02, #plan_anchor_03, #plan_anchor_04, #plan_anchor_05 {
    margin-top: -26px;
    padding-top: 26px;
}


@media (max-width: 580px) {
    .menshin_list li, .menshin_list li:first-child {
        width: 100%;
    }

}

@media (max-width: 380px) {
    .plan_anchor_list {
        max-width: 280px;
    }
    .plan_anchor_list li {
        padding: 0px 10px;
    }
    .plan_anchor_list li a {
        font-size: 14px;
    }
    .plan_anchor_list li a span {
        font-size: 12px;
    }
}

.menshin p sup, .menshin_list li dd sup {
    font-size: 10px;
}


.top_movie_btn {
    text-align: center;
    margin-top: 50px;
}


.top_movie_btn a {
    color: #fff;
    background-color: #6f5f36;
    font-size: 18px;
    display: inline-block;
    padding: 10px 20px;
    margin-left: 20px;
}

.top_movie_btn a:hover {
    opacity: 0.7;
}

@media (max-width: 520px) {
.top_movie_btn {
    margin-top: 50px;
}
}


.slider {
  display:none;
}
.slider.slick-initialized {
  display: block;
  
}

.design_section {
    max-width: 1074px;
    margin: 100px auto 0px;
    }
    .design_section h3 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 2rem;
    }
    .design_section >p.cap
 {
    text-align: right;
    font-size: 12px;
    margin: 10px 0;
    }

    .landscape_Con01 .cap
    {
        text-align: right;
        font-size: 12px;
        margin: 10px 0;
        }

    .design_section p >img {
    width: 100%;
    }


.pc{ display: block;}
.sp{ display: none;}


@media (max-width: 640px) {
.pc{ display: none;}
.sp{ display: block;}
}