@charset "UTF-8";
/* CSS Document */


/*
 セクション間余白
----------------------------------------------------------- */
section {padding: 45px 0;}
.tsunostroll .mv {padding: 0;}
.tsunostroll .sec01 {padding: ;}
.tsunostroll .sec02 {padding: 0 0 45px;}
.tsunostroll .sec03 {padding: 0 0 45px;}
.tsunostroll .sec04 {padding: 0;}
.tsunostroll .sec05 {padding: ;}
.footer_nav {padding: ;}
footer {padding: 45px 0;}

/*
 stretch
----------------------------------------------------------- */
.stretch .mv {padding: 0;}
.stretch .sec01 {padding: 0;}

/*
 bunmei
----------------------------------------------------------- */
.bunmei .mv {padding: 0;}
.bunmei .sec01 {padding: 0;}

/*
 nangoku
----------------------------------------------------------- */
.nangoku .mv {padding: 0;}
.nangoku .sec01 {padding: 0;}

/*
 suzuki
----------------------------------------------------------- */
.suzuki .mv {padding: 0;}
.suzuki .sec01 {padding: 0;}

/*
 sesami
----------------------------------------------------------- */
.sesami .mv {padding: 0;}
.sesami .sec01 {padding: 0;}

/*
 yano
----------------------------------------------------------- */
.yano .mv {padding: 0;}
.yano .sec01 {padding: 0;}

/*
 tsunost
----------------------------------------------------------- */
.tsunost .mv {padding: 0;}
.tsunost .sec01 {padding: 0;}

/*
 色関連
----------------------------------------------------------- */
.bg_cl1{background-color: #eeeef5;}
.bg_cl2{background-color: #f3f2f2;}
.cl_base{color: #24c9d1;}
.cl_main{color: #ef3300;}
.cl_accent{color: #009944;}
.cl_other1{color: #edf2c5;}
.cl_other2{color: #c0dd98;}
.cl_other3{color: #f08300;}
.cl_gold{background: #92871e;padding: 5px 0;}
.cl_silver{background: #5c5c66;padding: 5px 0;}
.cl_bronze{background: #865d37;padding: 5px 0;}

/*
 テキスト関連
----------------------------------------------------------- */
.highlight {
    background: -webkit-linear-gradient(transparent 60%, #fffd89 50%);
    background: -o-linear-gradient(transparent 60%, #fffd89 50%);
    background: linear-gradient(transparent 60%, #fffd89 50%);
    font-weight: bold;
}
.highlight02 {
  background: -webkit-linear-gradient(transparent 60%, #b1e3ff 50%);
  background: -o-linear-gradient(transparent 60%, #b1e3ff 50%);
  background: linear-gradient(transparent 60%, #b1e3ff 50%);
  font-weight: bold;
}
.new {
  background: #24c9d1;
  color: #fff;
  margin-left: 10px;
  padding: 0 5px;
  border-radius: 5px;
}
.blink {
  -webkit-animation: blink 1.5s ease infinite;
  animation: blink 1.5s ease infinite;
}
@-webkit-keyframes blink {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
@keyframes blink {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
/*
 リンク色
----------------------------------------------------------- */
a:link,
a:visited {
  color:#333;
  text-decoration:none;
}
/*
 はみ出し画像中央
----------------------------------------------------------- */
.wic {
  margin-left: calc(50% - 1000px);
}
.wic img {
  width: auto;
  max-width: unset;
}
.wic1 {
  margin-left: calc(50% - 1000px);
  /*pxの部分を画像の半分の幅に変えてね！*/
}
.wic2 {
  margin-left: calc(50% - 600px);
}
.wic3 {
  margin-left: calc(50% - 800px);
}

/*
 Page Top
----------------------------------------------------------- */

/*TOPへ戻る*/
.pagetop a {
  background-color: #24c9d1;
  filter: drop-shadow(3px 3px 4px rgba(0,0,0,0.3));
}

/*
 Header
----------------------------------------------------------- */
header .logo {
  display: flex;
  align-items: center;
  padding-right: 15px;
}
header .container {
  padding: 10px 15px;
}
header .fbox {
  align-items: center;
}
header .icon_list {
  display: flex;
  justify-content: flex-end;
  font-size: 2.5em;
}
.line_icon {
  color: #00c755;
  padding-right: 15px;
}
.instagram_icon {
  color: #24c9d1;
}
/*
 Navi
----------------------------------------------------------- */
nav {
  padding-left: 0;
  padding-right: 0;
  background-color: #cef0f2;
}
nav ul {
  display: flex;
  color: #fff;
}
nav li {
  width: 20%;
  border-left: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1em;
}
nav li:nth-child(5) {
  border-right: 1px solid #fff;
}
nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold;
  padding: 24px 0;
  background-color: #cef0f2;
  text-align: center;
}
nav li a:hover {
  text-decoration: none;
  background-color: #fff;
}
nav li a p {
  -ms-word-break: break-all;
  word-break: break-all;
}
.nav_jp {
  font-size: 16px;
  padding-bottom: 5px;
}
.nav_en {
  font-size: 14px;
  color: #99daff;
}

/*
 共通部分
----------------------------------------------------------- */
.head_ttl {
  background: #fff7ec;
  padding: 45px 0 15px;
  margin-bottom: 45px;
}
.head_ttl .cmn_ttl_ja {
  margin-bottom: 30px;
}

.cmn_ttl_en {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
}
.cmn_ttl_ja {
  text-align: center;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 45px;
}
.cmn_ttl_ja:after {
  content: "";
  background: -webkit-linear-gradient(to right, #f08300, #ffe6c6);
  background: linear-gradient(to right, #f08300, #ffe6c6);
  position: absolute;
  left: 40%;
  bottom: 0;
  width: 20%;
  height: 3px;
}
.ovfhdn {
  overflow: hidden;
}
/*
 mv
----------------------------------------------------------- */
.tsunostroll .mv {
  background-image: url(../img/pc_tsn_mv_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 500px;
}
/*
 sec01
----------------------------------------------------------- */
.tsunostroll .sec01 h2 {
  font-size: 1.5em;
  font-weight: bold;
  text-align: left;
  border-left: 5px solid #f08300;
  padding-left: 15px;
  margin-bottom: 15px;
  background: #fff7ec;
}
.tsunostroll .sec01 .sec01_img {
  width: 320px;
}
.tsunostroll .sec01 .sec01_txt {
  width: calc(100% - 320px);
}
/*
 sec02
----------------------------------------------------------- */
.tsunostroll .sec02 h2 {
  position: relative;
  padding: 5px 0px;
  font-size: 1.5em;
  font-weight: bold;
  background: #fff7ec;
  margin-bottom: 45px;
}
.tsunostroll .sec02 h2::before,
.tsunostroll .sec02 h2::after {
  position: absolute;
  left: 0;
  width: 100%;
  content: '';
  height: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(#ffe6c6), to(#f08300));
  background-image: -webkit-linear-gradient(right, #ffe6c6 0%, #f08300 100%);
  background-image: linear-gradient(to left, #ffe6c6 0%, #f08300 100%);
}
.tsunostroll .sec02 h2::before {
  top: 0;
}
.tsunostroll .sec02 h2::after {
  bottom: 0;
}
.tsunostroll .sec02 .sec02_ttl {
  font-size: 1.5em;
  font-weight: bold;
  text-align: left;
  border-left: 5px solid #f08300;
  padding-left: 15px;
  margin-bottom: 30px;
  background: #fff7ec;
}
.tsunostroll .sec02 .sec02_top_txt {
  padding-bottom: 30px;
  font-size: 0.8em;
  text-align: right;
}
.tsunostroll .sec02 .sec02_sub_ttl01 {
  position: relative;
  padding: 5px 15px 5px 45px;
  background: #ffe6e5;
  font-size: 1.2em;
  margin-left: -15px;
  line-height: 1.2em;
  border-bottom: dashed 3px #dd1715;
  z-index:-2;
}
.tsunostroll .sec02 .sec02_sub_ttl01:before {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 30px white;
  border-bottom: solid 50px transparent;
  z-index: -1;
}
.tsunostroll .sec02 .sec02_sub_ttl01:after {
  position: absolute;
  content: '';
  right: -4px;
  top: -6px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 30px transparent;
  border-bottom: solid 50px white;
  z-index: -1;
}
.tsunostroll .sec02 .sec02_sub_ttl02 {
  position: relative;
  padding: 5px 15px 5px 45px;
  background: #e7ffe5;
  font-size: 1.2em;
  margin-left: -15px;
  line-height: 1.2em;
  border-bottom: solid 3px #3d9738;
  z-index:-2;
}
.tsunostroll .sec02 .sec02_sub_ttl02:before {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 30px white;
  border-bottom: solid 50px transparent;
  z-index: -1;
}
.tsunostroll .sec02 .sec02_sub_ttl02:after {
  position: absolute;
  content: '';
  right: -4px;
  top: -6px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 30px transparent;
  border-bottom: solid 50px white;
  z-index: -1;
}
.tsunostroll .sec02 .sec02_mdl_ttl {
  font-weight: bold;
  font-size: 1.3em;
  position: relative;
  border-bottom: solid 1px #707070;
  margin-bottom: 15px;
}
.tsunostroll .sec02 .sec02_mdl_ttl::after {
  content: " ";
  display: block;
  border-bottom: solid 1px #f08300;
  position: absolute;
  width: 50%;
}
.tsunostroll .tsunostroll_deco {
  background: #f08300;
  color: #fff;
  font-weight: normal;
  margin-right: 15px;
  font-size: 0.6em;
  padding: 5px 15px;
}
.tsunostroll .sec02 .sec02_mdl_name {
  border-left: 5px solid #f08300;
  padding-left: 15px;
  margin-bottom: 15px;
  background: #fff7ec;
  font-weight: bold;
}
.tsunostroll .sec02 .sec02_mdl_img {
  width: 320px;
}
.tsunostroll .sec02 .sec02_mdl_txt_area {
  width: calc(100% - 320px);
}
.tsunostroll .sec02 .sec02_mdl_btn_inner {
  display: flex;
  justify-content: center;
}
.tsunostroll .sec02 .sec02_mdl_btn {
  background: #f08300;
  color: #FFF;
  border-radius: 30px;
  font-size: 1.2em;
  text-align: center;
  padding: 5px 0;
  position: relative;
  text-decoration: none;
  width: 290px;
}
.tsunostroll .sec02 .sec02_mdl_btn::after {
  content: "\f138";
  font-family: "Font Awesome 6 Free";
  font-weight: bolder;
  color: #fff;
  position: absolute;
  right: 10px;
  top: 5px;
}
/*
 sec03
----------------------------------------------------------- */
.tsunostroll .sec03 h2 {
  position: relative;
  padding: 5px 0px;
  font-size: 1.5em;
  font-weight: bold;
  background: #fff7ec;
  margin-bottom: 30px;
}
.tsunostroll .sec03 h2::before,
.tsunostroll .sec03 h2::after {
  position: absolute;
  left: 0;
  width: 100%;
  content: '';
  height: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(#ffe6c6), to(#f08300));
  background-image: -webkit-linear-gradient(right, #ffe6c6 0%, #f08300 100%);
  background-image: linear-gradient(to left, #ffe6c6 0%, #f08300 100%);
}
.tsunostroll .sec03 h2::before {
  top: 0;
}
.tsunostroll .sec03 h2::after {
  bottom: 0;
}
.tsunostroll .sec03 .sec03_box {  
  display: block;
  position: relative;
  padding: 5px 0;
}
.tsunostroll .sec03 .sec03_rbn01 {
  display: inline-block;
  position: absolute;
  box-sizing: border-box;
  padding: 5px 15px 5px;
  margin-left: -5px;
  color: white;
  background: #f08300;
  top: 10px;
}
.tsunostroll .sec03 .sec03_rbn01:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 5px transparent;
  border-right: solid 5px #bd6800;
}
.tsunostroll .sec03 .sec03_rbn02 {
  display: inline-block;
  position: absolute;
  box-sizing: border-box;
  padding: 5px 15px 5px;
  margin-left: -5px;
  color: white;
  background: #3d9738;
  top: 10px;
}
.tsunostroll .sec03 .sec03_rbn02:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 5px transparent;
  border-right: solid 5px #275f24;
}
.tsunostroll .sec03 h3 {
  border-left: 5px solid #f08300;
  padding-left: 15px;
  margin-bottom: 15px;
  background: #fff7ec;
  font-weight: bold;
  font-size: 1.1em;
}
.tsunostroll .sec03 .sec03_top_btn {
  display: flex;
  justify-content: center;
}
.tsunostroll .sec03 .fbox > li:nth-child(-n + 3) {
  margin-bottom: 45px;
}
.tsunostroll .sec03 .sec03_top_btn_inner {
  font-size: 1.4rem;
  text-decoration: none;
  border: 1px solid #ccc;
  padding: 15px;
}
/*
 sec04
----------------------------------------------------------- */
.tsunostroll .sec04 h2 {
  position: relative;
  padding: 5px 0px;
  font-size: 1.5em;
  font-weight: bold;
  background: #fff7ec;
  margin-bottom: 30px;
}
.tsunostroll .sec04 h2::before,
.tsunostroll .sec04 h2::after {
  position: absolute;
  left: 0;
  width: 100%;
  content: '';
  height: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(#ffe6c6), to(#f08300));
  background-image: -webkit-linear-gradient(right, #ffe6c6 0%, #f08300 100%);
  background-image: linear-gradient(to left, #ffe6c6 0%, #f08300 100%);
}
.tsunostroll .sec04 h2::before {
  top: 0;
}
.tsunostroll .sec04 h2::after {
  bottom: 0;
}
.tsunostroll .sec04 .sec04_img {
  width: 320px;
}
.tsunostroll .sec04 .sec04_txt {
  width: calc(100% - 320px);
}
.tsunostroll .sec04 .sec04_bg {
  padding: 15px;
  background: #fff7ec;
}
.tsunostroll .sec04 .sec04_btn_inner {
  display: flex;
  justify-content: center;
}
.tsunostroll .sec04 .sec04_btn {
  background: #f08300;
  color: #FFF;
  border-radius: 30px;
  font-size: 1.2em;
  text-align: center;
  padding: 5px 0;
  position: relative;
  text-decoration: none;
  width: 300px;
}
.tsunostroll .sec04 .sec04_btn::after {
  content: "\f138";
  font-family: "Font Awesome 6 Free";
  font-weight: bolder;
  color: #fff;
  position: absolute;
  right: 10px;
  top: 5px;
}
.tsunostroll .sec04 .tsunostroll_btn {
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}
.tsunostroll .sec04 .tsunostroll_btn_inner {
  font-size: 1.4rem;
  text-decoration: none;
  border: 1px solid #ccc;
  padding: 15px;
}
/*
 Footer
----------------------------------------------------------- */
footer{
    color:#FFF;
    font-size:16px;
    background-color: #3b3b3b;
}
footer .copy {
  text-align: center;
}
footer a{
    color: #FFF;
}
footer a:hover, footer a:focus {
    color: #FFF;
}
footer ul li{
    display: inline-block;
    margin: 0 5px;
    white-space: nowrap;
}
footer .copy{
    font-size: 90%;
}

/*
 stretchはここから
----------------------------------------------------------- */

/*
 mv
----------------------------------------------------------- */
.stretch .mv {
  background-image: url(../img/pc_tsn_mv_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 500px;
}
/*
 sec01
----------------------------------------------------------- */

.stretch .sec01 .sec01_str_btn {
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAADpJREFUKFNj/P/9zX9GThFGBjQAEgcJYUiABGGSWBWgSHKKMKKYgC6JYgI2SbgCXJJgBfgkURTg8ioA1+EnrCxtWecAAAAASUVORK5CYII=) repeat;
  border-radius: 30px;
  width: 100%;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-weight: bold;
  font-size: 1.2em;
  color: #f08300;
}
.stretch .sec01 .sec01_top_img h2 {
  position: relative;
  padding: 5px 0px;
  font-size: 1.5em;
  font-weight: bold;
  background: #fff7ec;
  margin-bottom: 30px;
}
.stretch .sec01 .sec01_top_img h2::before,
.stretch .sec01 .sec01_top_img h2::after {
  position: absolute;
  left: 0;
  width: 100%;
  content: '';
  height: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(#ffe6c6), to(#f08300));
  background-image: -webkit-linear-gradient(right, #ffe6c6 0%, #f08300 100%);
  background-image: linear-gradient(to left, #ffe6c6 0%, #f08300 100%);
}
.stretch .sec01 .sec01_top_img h2::before {
  top: 0;
}
.stretch .sec01 .sec01_top_img h2::after {
  bottom: 0;
}
.stretch .sec01 .sec01_top_txt h2 {
  border-left: 5px solid #f08300;
  padding-left: 15px;
  margin-bottom: 30px;
  background: #fff7ec;
  font-weight: bold;
  font-size: 1.3em;
  text-align: left;
}
.stretch .sec01 .sec01_top_txt p {
  font-size: 1.1em;
}
.stretch .sec01 .sec01_top_txt_btm_area {
  padding: 30px;
  background: #fff7ec;
}
.stretch .sec01 .sec01_stretch_list h2 {
  border-left: 5px solid #f08300;
  padding-left: 15px;
  margin-bottom: 30px;
  background: #fff7ec;
  font-weight: bold;
  font-size: 1.5em;
  text-align: left;
}
.stretch .sec01 .sec01_mdl_img {
  width: 320px;
}
.stretch .sec01 .sec01_mdl_txt {
  width: calc(100% - 320px);
}
.stretch .sec01 .sec01_mdl_txt h3 {
  border-left: 5px solid #f08300;
  padding-left: 15px;
  margin-bottom: 30px;
  background: #fff7ec;
  font-weight: bold;
  font-size: 1.2em;
  text-align: left;
}
.stretch .sec01 .sec01_mdl_txt_btm_area {
  padding: 30px;
  background: #fff7ec;
}
.stretch .sec01 .stretch_btn {
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}
.stretch .sec01 .stretch_btn_inner {
  font-size: 1.4rem;
  text-decoration: none;
  border: 1px solid #ccc;
  padding: 15px;
}
/*
 bunmeiはここから
----------------------------------------------------------- */

/*
 mv
----------------------------------------------------------- */
.bunmei .mv {
  background-image: url(../img/pc_tsn_mv_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 500px;
}
/*
 sec01
----------------------------------------------------------- */
.bunmei .sec01 .sec01_top_img{
  float: right;
  padding: 0 0 30px 30px;
}
.bunmei .sec01 .sec01_bg {
  padding: 30px 0;
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAADpJREFUKFNj/P/9zX9GThFGBjQAEgcJYUiABGGSWBWgSHKKMKKYgC6JYgI2SbgCXJJgBfgkURTg8ioA1+EnrCxtWecAAAAASUVORK5CYII=) repeat;
  margin-bottom: 30px;
}
.bunmei .sec01 .sec01_mdl_img{
  width: 320px;
}
.bunmei .sec01 .sec01_mdl_txt{
  width: calc(100% - 320px);
}
.bunmei .sec01 .sec01_mdl_ttl {
  border-left: 5px solid #f08300;
  padding-left: 15px;
  margin-bottom: 15px;
  background: #fff7ec;
  font-weight: bold;
  font-size: 1.1em;
}
.bunmei .sec01 .sec01_name {
  font-weight: bold;
  position: relative;
  border-bottom: solid 1px #707070;
  margin-bottom: 15px;
}
.bunmei .sec01 .sec01_name::after {
  content: " ";
  display: block;
  border-bottom: solid 1px #f08300;
  position: absolute;
  width: 50%;
}
.bunmei .sec01 .sec01_btm_box {
  padding: 30px;
  background: #fff7ec;
}
.bunmei .sec01 .sec01_btm_box > .fbox {
  flex-direction: row-reverse;
}
.bunmei .sec01 .sec01_btm_img{
  width: 320px;
}
.bunmei .sec01 .sec01_btm_txt{
  width: calc(100% - 320px);
}
.bunmei .sec01 .sec01_btm_box h3 {
  font-weight: bold;
  font-size: 1.3em;
  position: relative;
  border-bottom: solid 1px #707070;
  margin-bottom: 15px;
}
.bunmei .sec01 .sec01_btm_box h3::after {
  content: " ";
  display: block;
  border-bottom: solid 1px #f08300;
  position: absolute;
  width: 50%;
}
.bunmei .sec01 .sec01_btm_area_ttl {
  width: 150px;
}
.bunmei .sec01 .sec01_btm_area_txt {
  width: calc(100% - 150px);
}
.bunmei .sec01 .sec01_btm_area_ttl p {
  background: #f08300;
  padding-left: 15px;
  color: #fff;
}
.bunmei .sec01 .sec01_btm_area_txt p {
  border-bottom: 1px dotted #f08300;
}
.bunmei .sec01 .sec01_btm_area {
  display: flex;
  align-items: center;
}
.bunmei .sec01 .sec01_btm_area_btn {
  color: #f08300;
  font-size: 2em;
  padding-left: 15px;
  line-height: 1em;
}
.bunmei .sec01 .instagram_icon {
  color: #f08300;
  font-size: 2.3em;
  line-height: 1em;
  padding-left: 15px;
}
.bunmei .sec01 .bunmei_btn {
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}
.bunmei .sec01 .bunmei_btn_inner {
  font-size: 1.4rem;
  text-decoration: none;
  border: 1px solid #ccc;
  padding: 15px;
}
/*
 nangokuはここから
----------------------------------------------------------- */

/*
 mv
----------------------------------------------------------- */
.nangoku .mv {
  background-image: url(../img/pc_tsn_mv_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 500px;
}
/*
 sec01
----------------------------------------------------------- */
.nangoku .sec01 .sec01_bg {
  padding: 30px 0;
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAADpJREFUKFNj/P/9zX9GThFGBjQAEgcJYUiABGGSWBWgSHKKMKKYgC6JYgI2SbgCXJJgBfgkURTg8ioA1+EnrCxtWecAAAAASUVORK5CYII=) repeat;
  margin-bottom: 30px;
}
.nangoku .sec01 .sec01_mdl_box {
  padding: 30px;
  background: #fff;
}
.nangoku .sec01 .sec01_bg .fbox:nth-child(even) {
  flex-direction: row-reverse;
}
.nangoku .sec01 .sec01_mdl_img{
  width: 320px;
}
.nangoku .sec01 .sec01_mdl_txt{
  width: calc(100% - 320px);
}
.nangoku .sec01 .sec01_mdl_ttl {
  border-left: 5px solid #f08300;
  padding-left: 15px;
  margin-bottom: 15px;
  background: #fff7ec;
  font-weight: bold;
  font-size: 1.1em;
}
.nangoku .sec01 .sec01_btm_box {
  padding: 30px;
  background: #fff7ec;
}
.nangoku .sec01 .sec01_btm_box > .fbox {
  flex-direction: row-reverse;
}
.nangoku .sec01 .sec01_btm_img{
  width: 320px;
}
.nangoku .sec01 .sec01_btm_txt{
  width: calc(100% - 320px);
}
.nangoku .sec01 .sec01_btm_box h3 {
  font-weight: bold;
  font-size: 1.3em;
  position: relative;
  border-bottom: solid 1px #707070;
  margin-bottom: 15px;
}
.nangoku .sec01 .sec01_btm_box h3::after {
  content: " ";
  display: block;
  border-bottom: solid 1px #f08300;
  position: absolute;
  width: 50%;
}
.nangoku .sec01 .sec01_btm_area_ttl {
  width: 150px;
}
.nangoku .sec01 .sec01_btm_area_txt {
  width: calc(100% - 150px);
}
.nangoku .sec01 .sec01_btm_area_ttl p {
  background: #f08300;
  padding-left: 15px;
  color: #fff;
}
.nangoku .sec01 .sec01_btm_area_txt p {
  border-bottom: 1px dotted #f08300;
}
.nangoku .sec01 .sec01_btm_area {
  display: flex;
  align-items: center;
}
.nangoku .sec01 .sec01_btm_area_btn {
  color: #f08300;
  font-size: 2em;
  padding-left: 15px;
  line-height: 1em;
}
.nangoku .sec01 .instagram_icon {
  color: #f08300;
  font-size: 2.3em;
  line-height: 1em;
  padding-left: 15px;
}
.nangoku .sec01 .nangoku_btn {
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}
.nangoku .sec01 .nangoku_btn_inner {
  font-size: 1.4rem;
  text-decoration: none;
  border: 1px solid #ccc;
  padding: 15px;
}

/*
 suzukiはここから
----------------------------------------------------------- */

/*
 mv
----------------------------------------------------------- */
.suzuki .mv {
  background-image: url(../img/pc_tsn_mv_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 500px;
}
/*
 sec01
----------------------------------------------------------- */
.suzuki .sec01 .sec01_top_img{
  float: right;
  padding: 0 0 30px 30px;
}
.suzuki .sec01 .sec01_bg {
  padding: 30px 0;
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAADpJREFUKFNj/P/9zX9GThFGBjQAEgcJYUiABGGSWBWgSHKKMKKYgC6JYgI2SbgCXJJgBfgkURTg8ioA1+EnrCxtWecAAAAASUVORK5CYII=) repeat;
  margin-bottom: 30px;
}
.suzuki .sec01 .sec01_mdl_img{
  width: 320px;
}
.suzuki .sec01 .sec01_mdl_txt{
  width: calc(100% - 320px);
}
.suzuki .sec01 .sec01_btm_box {
  padding: 30px;
  background: #fff7ec;
}
.suzuki .sec01 .sec01_btm_box > .fbox {
  flex-direction: row-reverse;
}
.suzuki .sec01 .sec01_btm_img{
  width: 320px;
}
.suzuki .sec01 .sec01_btm_txt{
  width: calc(100% - 320px);
}
.suzuki .sec01 .sec01_btm_box h3 {
  font-weight: bold;
  font-size: 1.3em;
  position: relative;
  border-bottom: solid 1px #707070;
  margin-bottom: 15px;
}
.suzuki .sec01 .sec01_btm_box h3::after {
  content: " ";
  display: block;
  border-bottom: solid 1px #f08300;
  position: absolute;
  width: 50%;
}
.suzuki .sec01 .sec01_btm_area_ttl {
  width: 150px;
}
.suzuki .sec01 .sec01_btm_area_txt {
  width: calc(100% - 150px);
}
.suzuki .sec01 .sec01_btm_area_ttl p {
  background: #f08300;
  padding-left: 15px;
  color: #fff;
}
.suzuki .sec01 .sec01_btm_area_txt p {
  border-bottom: 1px dotted #f08300;
}
.suzuki .sec01 .sec01_btm_area {
  display: flex;
  align-items: center;
}
.suzuki .sec01 .sec01_btm_area_btn {
  color: #f08300;
  font-size: 2em;
  padding-left: 15px;
  line-height: 1em;
}
.suzuki .sec01 .instagram_icon {
  color: #f08300;
  font-size: 2.3em;
  line-height: 1em;
  padding-left: 15px;
}
.suzuki .sec01 .suzuki_btn {
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}
.suzuki .sec01 .suzuki_btn_inner {
  font-size: 1.4rem;
  text-decoration: none;
  border: 1px solid #ccc;
  padding: 15px;
}

/*
 sesamiはここから
----------------------------------------------------------- */

/*
 mv
----------------------------------------------------------- */
.sesami .mv {
  background-image: url(../img/pc_tsn_mv_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 500px;
}
/*
 sec01
----------------------------------------------------------- */
.sesami .sec01 .sec01_bg {
  padding: 30px 0;
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAADpJREFUKFNj/P/9zX9GThFGBjQAEgcJYUiABGGSWBWgSHKKMKKYgC6JYgI2SbgCXJJgBfgkURTg8ioA1+EnrCxtWecAAAAASUVORK5CYII=) repeat;
  margin-bottom: 30px;
}
.sesami .sec01 .sec01_mdl_box {
  padding: 30px;
  background: #fff;
}
.sesami .sec01 .sec01_mdl_img{
  width: 320px;
}
.sesami .sec01 .sec01_mdl_img .rec_icon {
  position: relative;
}
.sesami .sec01 .sec01_mdl_img .rec_icon::after{
  position: absolute;
  content: '';
  background-image: url(../img/sec01_point.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 5px;
  left: -10px;
  width: 120px;
  height: 60px;
}
.sesami .sec01 .sec01_mdl_txt{
  width: calc(100% - 320px);
}
.sesami .sec01 .sec01_mdl_txt h3 {
  border-left: 5px solid #f08300;
  padding-left: 15px;
  margin-bottom: 15px;
  background: #fff7ec;
  font-weight: bold;
  font-size: 1.1em;
}
.sesami .sec01 .sec01_mdl_box_btm .fbox {
  flex-direction: row-reverse;
}
.sesami .sec01 .sec01_btm_box {
  padding: 30px;
  background: #fff7ec;
}
.sesami .sec01 .sec01_btm_box > .fbox {
  flex-direction: row-reverse;
}
.sesami .sec01 .sec01_btm_img{
  width: 320px;
}
.sesami .sec01 .sec01_btm_txt{
  width: calc(100% - 320px);
}
.sesami .sec01 .sec01_btm_box h3 {
  font-weight: bold;
  font-size: 1.3em;
  position: relative;
  border-bottom: solid 1px #707070;
  margin-bottom: 15px;
}
.sesami .sec01 .sec01_btm_box h3::after {
  content: " ";
  display: block;
  border-bottom: solid 1px #f08300;
  position: absolute;
  width: 50%;
}
.sesami .sec01 .sec01_btm_area_ttl {
  width: 150px;
}
.sesami .sec01 .sec01_btm_area_txt {
  width: calc(100% - 150px);
}
.sesami .sec01 .sec01_btm_area_ttl p {
  background: #f08300;
  padding-left: 15px;
  color: #fff;
}
.sesami .sec01 .sec01_btm_area_txt p {
  border-bottom: 1px dotted #f08300;
}
.sesami .sec01 .sec01_btm_area {
  display: flex;
  align-items: center;
}
.sesami .sec01 .instagram_icon {
  color: #f08300;
  font-size: 2.3em;
  line-height: 1em;
}
.sesami .sec01 .sesami_btn {
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}
.sesami .sec01 .sesami_btn_inner {
  font-size: 1.4rem;
  text-decoration: none;
  border: 1px solid #ccc;
  padding: 15px;
}

/*
 yanoはここから
----------------------------------------------------------- */

/*
 mv
----------------------------------------------------------- */
.yano .mv {
  background-image: url(../img/pc_tsn_mv_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 500px;
}
/*
 sec01
----------------------------------------------------------- */
.yano .sec01 .sec01_bg {
  padding: 30px 0;
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAADpJREFUKFNj/P/9zX9GThFGBjQAEgcJYUiABGGSWBWgSHKKMKKYgC6JYgI2SbgCXJJgBfgkURTg8ioA1+EnrCxtWecAAAAASUVORK5CYII=) repeat;
  margin-bottom: 30px;
}
.yano .sec01 .sec01_mdl_box {
  padding: 30px;
  background: #fff;
}
.yano .sec01 .sec01_mdl_img{
  width: 320px;
}
.yano .sec01 .sec01_mdl_txt{
  width: calc(100% - 320px);
}
.yano .sec01 .sec01_mdl_txt h3 {
  border-left: 5px solid #f08300;
  padding-left: 15px;
  margin-bottom: 15px;
  background: #fff7ec;
  font-weight: bold;
  font-size: 1.1em;
}
.yano .sec01 .sec01_btm_box {
  padding: 30px;
  background: #fff7ec;
}
.yano .sec01 .sec01_btm_box > .fbox {
  flex-direction: row-reverse;
}
.yano .sec01 .sec01_btm_img{
  width: 320px;
}
.yano .sec01 .sec01_btm_txt{
  width: calc(100% - 320px);
}
.yano .sec01 .sec01_btm_box h3 {
  font-weight: bold;
  font-size: 1.3em;
  position: relative;
  border-bottom: solid 1px #707070;
  margin-bottom: 15px;
}
.yano .sec01 .sec01_btm_box h3::after {
  content: " ";
  display: block;
  border-bottom: solid 1px #f08300;
  position: absolute;
  width: 50%;
}
.yano .sec01 .sec01_btm_area_ttl {
  width: 150px;
}
.yano .sec01 .sec01_btm_area_txt {
  width: calc(100% - 150px);
}
.yano .sec01 .sec01_btm_area_ttl p {
  background: #f08300;
  padding-left: 15px;
  color: #fff;
}
.yano .sec01 .sec01_btm_area_txt p {
  border-bottom: 1px dotted #f08300;
}
.yano .sec01 .sec01_btm_area {
  display: flex;
  align-items: center;
}
.yano .sec01 .sec01_btm_area_btn {
  color: #f08300;
  font-size: 2em;
  padding-left: 15px;
  line-height: 1em;
}
.yano .sec01 .yano_btn {
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}
.yano .sec01 .yano_btn_inner {
  font-size: 1.4rem;
  text-decoration: none;
  border: 1px solid #ccc;
  padding: 15px;
}

/*
 tsunostはここから
----------------------------------------------------------- */

/*
 mv
----------------------------------------------------------- */
.tsunost .mv {
  background-image: url(../img/pc_tsn_mv_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 500px;
}
/*
 sec01
----------------------------------------------------------- */
.tsunost .sec01 .sec01_top_img{
  float: right;
  padding: 0 0 30px 30px;
}
.tsunost .sec01 .sec01_bg {
  padding: 30px 0;
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAADpJREFUKFNj/P/9zX9GThFGBjQAEgcJYUiABGGSWBWgSHKKMKKYgC6JYgI2SbgCXJJgBfgkURTg8ioA1+EnrCxtWecAAAAASUVORK5CYII=) repeat;
  margin-bottom: 30px;
}
.tsunost .sec01 .sec01_mdl_box ul:nth-child(odd) {
  flex-direction: row-reverse;
}
.tsunost .sec01 .sec01_mdl_img{
  width: 320px;
}
.tsunost .sec01 .sec01_mdl_txt{
  width: calc(100% - 320px);
}
.tsunost .sec01 .sec01_mdl_h2 {
  border-left: 5px solid #f08300;
  padding-left: 15px;
  margin-bottom: 30px;
  background: #fff7ec;
  font-weight: bold;
  font-size: 1.3em;
  text-align: left;
}
.tsunost .sec01 .sec01_btm_box {
  padding: 30px;
  background: #fff7ec;
}
.tsunost .sec01 .sec01_btm_box > .fbox {
  flex-direction: row-reverse;
}
.tsunost .sec01 .sec01_btm_img{
  width: 320px;
}
.tsunost .sec01 .sec01_btm_txt{
  width: calc(100% - 320px);
}
.tsunost .sec01 .sec01_btm_box h3 {
  font-weight: bold;
  font-size: 1.3em;
  position: relative;
  border-bottom: solid 1px #707070;
  margin-bottom: 15px;
}
.tsunost .sec01 .sec01_btm_box h3::after {
  content: " ";
  display: block;
  border-bottom: solid 1px #f08300;
  position: absolute;
  width: 50%;
}
.tsunost .sec01 .sec01_btm_area_ttl {
  width: 150px;
}
.tsunost .sec01 .sec01_btm_area_txt {
  width: calc(100% - 150px);
}
.tsunost .sec01 .sec01_btm_area_ttl p {
  background: #f08300;
  padding-left: 15px;
  color: #fff;
}
.tsunost .sec01 .sec01_btm_area_txt p {
  border-bottom: 1px dotted #f08300;
}
.tsunost .sec01 .sec01_btm_area {
  display: flex;
  align-items: center;
}
.tsunost .sec01 .sec01_btm_area_btn {
  color: #f08300;
  font-size: 2em;
  padding-left: 15px;
  line-height: 1em;
}
.tsunost .sec01 .instagram_icon {
  color: #f08300;
  font-size: 2.3em;
  line-height: 1em;
  padding-left: 15px;
}
.tsunost .sec01 .tsunost_btn {
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}
.tsunost .sec01 .tsunost_btn_inner {
  font-size: 1.4rem;
  text-decoration: none;
  border: 1px solid #ccc;
  padding: 15px;
}