@charset "utf-8";
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

BaseLayout CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/

/* Wrapper
-------------------------------------------- */
.wrapper {
  width: 100%;
  /*padding: 60px 0 0;*/
}

.cover {
  display: none;
}
.g_open .cover {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 100;
}

/* �����ȥ� */
.col_01 {
  padding: 4em 0;
}
.col_01 h2 {
  margin: 0 auto;
}
.col_01 p.lead {
  text-align: center;
  margin-top: 2em;
  letter-spacing: 0.1em;
}
.col_01 ul.salon {
  width: 75%;
  margin: 2.5em auto;
  max-width: 750px;
}
.col_01 h3 {
  font-size: 1.8em;
  letter-spacing: 0.3em;
  line-height: 1em;
  margin-bottom: 1.2em;
}
.col_01 h3.online_title {
  letter-spacing: 0.1em;
  color: #fff;
}
.col_01 h3 span {
  display: block;
  color: #b28c54;
  font-size: 45%;
  letter-spacing: 0.8em;
}

/* Header
-------------------------------------------- */
.header {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  background: #fff !important;
  border-bottom: #eee 1px solid;
  background: transparent;
  border-bottom: transparent 1px solid;
  border-bottom: 1px solid #ddd;
}

.header .g_nav_trigger {
  width: 34px;
  height: 25px;
  position: absolute;
  top: 17px;
  left: 20px;
  z-index: 2;
  cursor: pointer;
}
.header .g_nav_trigger span {
  position: relative;
  width: 100%;
  height: 3px;
  background: #888;
  display: block;
}
.header .g_nav_trigger span::before,
.header .g_nav_trigger span::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background: #888;
}
.header .g_nav_trigger span::after {
  top: 22px;
}

.header .logo {
  /*display: none;*/
  margin: 5px auto 0;
  padding: 10px;
  width: 194px;
  position: relative;
  z-index: 3;
}

.header nav {
  position: absolute;
  top: 8px;
  right: 10px;
  z-index: 1;
  font-size: 0;
  text-align: right;
}
.header nav a {
  display: inline-block;
  padding: 10px;
  font-size: 1.4rem;
  color: #888;
}
.header .insta {
  display:none;
}





/* Page
-------------------------------------------- */
.pagettl_area {
  /*width: 1040px;*/
  margin: 0em auto;
  text-align: center;
  padding: 40px 0 0px;
}

/* Gnav
-------------------------------------------- */
.g_nav {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  height: 100%;
  z-index: 110;
  background: #333;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.g_open .g_nav {
  left: 0;
}

.g_nav .close {
  width: 100%;
  padding: 15px 88px 0 10px;
  cursor: pointer;
  position: relative;
  color: #fff;
  background: #333;
}
.g_nav .close p {
  line-height: 38px;
}
.g_nav .close span {
  display: block;
  position: absolute;
  top: 0;
  right: 5px;
  width: 30px;
  height: 30px;
}
.g_nav .close span::before,
.g_nav .close span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 16px;
  background: #fff;
  margin: -3px 0 0;

  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.g_nav .close span::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.g_nav .layer1 {
  border-top: #666 1px solid;
}
.g_nav .layer1.sp {
  display: none;
}
.g_nav .layer1 li {
  border-bottom: #333 1px solid;
}

.g_nav .layer1 li a {
  display: block;
  padding: 6px 10px;
  color: #fff;
}
.g_nav .g_nav_bnrArea {
  text-align: center;
  padding: 10px 0;
}
.g_nav .g_nav_bnrArea img {
  width: 85%;
  height: auto;
  margin: auto;
}
.g_nav .layer2 li {
  background: #515151;
  padding-left: 15px;
  position: relative;
  width: 50%;
  display: inline-block;
}
.g_nav .layer2 li:nth-child(1),
.g_nav .layer2 li:nth-child(3) {
  border-right: 1px solid #666;
}
.g_nav .layer2 li:last-child {
  border-bottom: 1px solid #666;
}
.g_nav .layer2 li a {
  padding: 7px;
}
.g_nav .layer2 li a::before {
  display: inline-block;
  content: " ";
  width: 12px;
  height: 13px;
  margin-right: 0.3em;
  background: url(https://tokyowaso-photowedding.com/img/common/icon_area.svg) no-repeat;
  background-size: 11px;
  top: 1px;
  position: relative;
}
.g_nav .g_nav_btn {
  padding: 10px 15px;
}
.g_nav .g_nav_btn .btn_salon {
  background: #bd9860;
  border-radius: 5px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 50px;
  width: 100%;
  font-size: 1.6rem;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.g_nav .g_nav_btn .btn_salon .btn-txt5 {
  border-radius: 37px;
  color: #fff;
  font-size: 10px;
  padding: 4px 7px 4px 8px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  margin-right: 5px;
  white-space: nowrap;
  border: 1px solid #fff;
  line-height: 1;
  vertical-align: middle;
}

/* Container
-------------------------------------------- */

/* �ڡ��������Υ��᡼��������ʬ */
.container .headding_wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding: 55% 0 0;
  overflow: hidden;
}
.container .headding_wrap .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.container .headding_wrap .bg img {
  display: block;
  width: 100%;
  height: auto;
}
.container .headding_wrap .bg .sp {
  display: none;
}
.container .headding_wrap .headding {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 960px;
  width: 100%;
  height: auto;
  z-index: 10;
  padding: 0 20px;

  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.container .headding_wrap .headding .inner {
  width: 100%;
  border: #fff 4px solid;
  padding: 15px 20px 30px;
  text-align: center;
  color: #fff;
}
.container .headding_wrap .headding .inner .ttl {
  display: block;
  font-size: 3.6rem;
  letter-spacing: 0.18rem;
}
.container .headding_wrap .headding .inner .ttl.place {
  font-size: 2.6rem;
  line-height: 1.4;
  padding: 5px 0 0;
}
.container .headding_wrap .headding .inner .ttl::after {
  content: "";
  display: block;
  width: 52px;
  height: 1px;
  background: #fff;
  margin: 0 auto;
}
.container .headding_wrap .headding .inner .ttl.place::after {
  margin: 6px auto 0;
}
.container .headding_wrap .headding .inner .script,
.container .headding_wrap .headding .inner .area {
  display: block;
  margin: 10px auto 0;
  font-size: 4rem;
  line-height: 1;
}
.container .headding_wrap .headding .inner .area {
  font-size: 2rem;
  margin: 20px auto 0;
}

/* ��ԥ� */
.container .headding_wrap.gold {
  padding: 0;
  height: 262px;
}
.container .headding_wrap.gold .headding {
  max-width: 676px;
}
.container .headding_wrap.gold .headding .inner {
  border: #bd9860 4px solid;
  color: #bd9860;
}
.container .headding_wrap.gold .headding .inner .ttl::after {
  background: #bd9860;
}

/* ���Ф���Ϣ */
.container .content .lead {
  font-size: 2.6rem;
  text-align: center;
  padding: 80px 0 40px;
}
.container .albumcontent .lead {
  font-size: 2.3rem;
  text-align: center;
  padding: 80px 0 40px;
}
.container .content .main_lead {
  font-size: 2.2rem;
  text-align: center;
  padding: 50px 0;
  line-height: 40px;
  margin-top: 40px;
}
.container .content .main_lead_catch {
  font-size: 3rem;
  font-weight: bold;
  color: #564242;
}
.container .content .sub_lead {
  font-size: 1.6rem;
  padding: 50px 0;
  text-align: center;
}
.container .content .lead + .main_lead + .sub_lead {
  padding: 0 0 50px;
}

.container .content .round_btn {
  display: block;
  max-width: 300px;
  width: 100%;
  padding: 6px 10px;
  margin: 50px auto;
  border-radius: 50px;
  border: #ccc 2px solid;
  background: #fff;
  color: #444;
}
.container .content .round_btn.clear {
  background: transparent;
  border: #fff 2px solid;
  color: #fff;
}
.container .content .round_btn:hover {
  opacity: 1;
  background: #eee;
}
.container .content .round_btn.clear:hover {
  background: rgba(255, 255, 255, 0.3);
}
.container .content .round_btn span {
  display: block;
  width: 100%;
  text-align: center;
}
.container .content .more_btn {
  display: block;
  max-width: 300px;
  width: 100%;
  padding: 6px 10px;
  margin: 0px auto;
  border-radius: 5px;
  border: #ccc 2px solid;
  background: #fff;
  color: #444;
}
.container .content .more_btn.clear {
  background: transparent;
  border: #fff 2px solid;
  color: #fff;
}
.container .content .more_btn:hover {
  opacity: 1;
  background: #eee;
}
.container .content .more_btn.clear:hover {
  background: rgba(255, 255, 255, 0.3);
}
.container .content .more_btn span {
  display: block;
  width: 100%;
  text-align: center;
}
.container .content .fav_btn {
  display: block;
  width: 100%;
  max-width: 300px;
  line-height: 35px;
  position: relative;
  padding: 10px 10px 10px 85px;
  margin: 50px auto;
  border: none;
  border-radius: 5px;
  background: #bd9860;
  text-align: left;
  color: #fff;
  font-size: 1.6rem;
}
.container .content .fav_btn::before {
  content: "��";
  display: block;
  position: absolute;
  top: 50%;
  left: 40px;
  line-height: 1;
  font-size: 3.5rem;

  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.container .submit-area {
  margin-top:40px;
  margin-bottom:40px;
}


.container .content .pagination {
  width: 100%;
  font-size: 0;
  text-align: center;
}
.container .content .pagination li {
  display: inline-block;
  width: 40px;
  padding: 0 4px 8px;
}
.container .content .pagination li a,
.container .content .pagination li span {
  display: block;
  width: 100%;
  line-height: 32px;
  font-size: 1.2rem;
  text-align: center;
  background: #faf3eb;
  border-radius: 32px;
}
.container .content .pagination li.skip a,
.container .content .pagination li.skip span {
  background: none;
}
.container .content .pagination li.active a,
.container .content .pagination li.active span {
  background: #eeeeee;
}

/* ���䤤��碌��Ϣ�ܥ���
------------------------ */
.container .content + .content {
  padding: 1px 20px;
}
.container .contact_box {
  background: #fff;
  border: #bbb 1px solid;
  width: 100%;
  max-width: 1000px;
  margin: 50px auto 0;
  padding: 35px 20px;
}
.container .contact_box h4 {
  font-size: 2.2rem;
  text-align: center;
  margin: 0 0 20px;
}
.container .contact_box .btn_box {
  max-width: 830px;
  width: 100%;
  margin: 0 auto;
}
.container .contact_box .btn_box li {
  width: 50%;
  float: left;
  padding: 0 5px;
}
.container .contact_box .btn_box li a {
  display: block;
  width: 100%;
  background: #bd9860;
  line-height: 1.4;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  letter-spacing: 0;
  padding: 12px 5px;
}
.container .contact_box .btn_box li a img {
  width: 54px;
  margin: 0 10px 0 0;
  vertical-align: -19px;
}

.container .content .mw_wp_form_complete p {
text-align: center;
font-size: 1.6rem;
margin-bottom: 100px;
}

.container .content .mw_wp_form_confirm .confirm-hidden {
  display: none;
}
.container .content .mw_wp_form_input .planname {
    background: #b2d7dd3d;
    padding: 10px;
    color: #1836d1;
}




/* Facebook PagePlugin
------------------------ */
.container .facebook {
  width: 100%;
  background: #fff;
  margin: auto;
  border-top: 1px solid #eee;
}
.container .facebook .content {
  max-width: 1040px;
  padding: 50px 20px;
  margin: 0 auto;
  text-align: center;
}

.fb-page.fb_iframe_widget {
  margin: 0 auto;
}

/* Footer
-------------------------------------------- */
.footer {
  background: #303030;
  width: 100%;
  padding: 25px 10px 90px;
  position: relative;
  z-index: 10;
}

.footer .anchor_top {
  display: block;
  width: 46px;
  height: 46px;
  background: #222;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 80;
}
.footer .anchor_top.pin {
  position: absolute;
  bottom: auto;
  top: -46px;
}
.footer .anchor_top span {
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 20px;
  left: 16px;
  border-top: #fff 1px solid;
  border-left: #fff 1px solid;

  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.footer .f_logo {
  display: block;
  width: 300px;
  margin: 0 auto;
  padding: 10px;
}

.footer .insta img {
  display: block;
  width: 35px;
  margin: 0 auto;
  padding: 10px 0 0px;
}

.footer .insta span {
  display: block;
  width: 100px;
  margin: 0 auto;
  font-size: 12px;
  color: #fff;
  text-align: center;
}

.footer .f_nav {
  max-width: 1020px;
  margin: 0 auto;
  padding: 25px 0 0;
}
.footer .f_nav section {
  width: 33%;
  float: left;
  padding: 0 10px;
  color: #fff;
  font-size: 1.35rem;
}

.footer .f_nav section h3 {
  font-weight: bold;
  margin: 0 0 5px;
  font-size: 1.8rem;
}

.footer .f_nav section nav {
  position: relative;
  padding: 0 0 0 15px;
}
.footer .f_nav section nav::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 1px;
  height: 100%;
  background: #fff;
  opacity: 0.3;
}
.footer .f_nav section nav li {
  margin-bottom: 5px;
}
.footer .f_nav section nav .f_nav_area li {
  width: 100px;
  position: relative;
  padding-left: 10px;
  display: inline-block;
}
.footer .f_nav section nav .f_nav_area li::before {
  border: 1px solid #fff;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.5em;
  width: 0.5em;
  margin-top: -0.35em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  left: -5px;
}

.footer .f_nav section nav a {
  color: #fff;
}

.footer .f_nav section nav p {
  font-size: 1.2rem;
  padding-top: 0;
  line-height: 1.6rem;
}
.footer .f_nav section nav p.nav_tel {
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  padding-top: 0;
  line-height: 1.2;
}
.footer .f_nav section nav h4 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 15px;
}
.footer .f_nav section nav h4 a {
  border: 1px solid #fff;
  border-radius: 20px;
  font-size: 1.2rem;
  font-weight: normal;
  padding: 3px 6px;
  margin-left: 10px;
}
.footer .f_nav section nav .access {
  border: 2px solid #fff;
  line-height: 30px;
  border-radius: 30px;
  padding: 0 40px;
  margin: 10px 0;
  display: inline-block;
  background: rgba(255, 255, 255, 0);
}
.footer .f_nav section nav .access:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.2);
}
.footer .f_nav section.tokihana_link h3 {
  margin-top: 30px;
}
.footer .f_nav section.tokihana_link nav h4 {
  margin-top: 0px;
}
.footer .f_nav section.tokihana_link nav h4 a {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 15px;
  border: none;
  margin-left: 0;
  padding: 0;
  position: relative;
}
.footer .f_nav section.tokihana_link nav h4 a::after {
  position: absolute;
  top: 0;
  right: -18px;
  content: "";
  width: 14px;
  height: 16px;
  background: url(https://tokyowaso-photowedding.com/img/common/icon_link.svg) no-repeat;
  background-size: 14px;
}

.footer .f_nav section nav ul > li > ul > li {
  text-indent: 1em;
}

.footer .f_nav section nav ul > li > ul > li a::before {
  content: "- ";
}
.footer .f_nav section nav .sp_nav {
  display: none;
}

.footer .f_nav section:last-child {
  float: right;
  margin-top: 30px;
}
.footer .f_nav section:last-child nav {
  font-size: 0;
  padding: 0;
}
.footer .f_nav section:last-child nav::before {
  display: none;
}
.footer .f_nav section:last-child nav .btn_share {
  display: inline-block;
  width: 33px;
  margin: 0 10px 0 0;
}

.footer .f_sub_nav {
  padding: 25px 10px 10px;
  text-align: center;
  color: #fff;
}
.footer .f_sub_nav a {
  color: #fff;
}
.footer .copyright {
  padding: 0 10px;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
}

/*---------------------------------- #cv --*/
.cv {
  background: #fff;
  max-width: 100%;
}
.container .cv .pc {
  display: block;
  width: 100%;
}
.container .cv .sp {
  display: none;
}
.cv p {
  text-align: center;
  padding: 30px 0;
}
.cv .btn_area .salaon_area ul li {
  width: 48%;
}
.cv .btn_area ul li a {
  width: 100%;
  display: inline-block;
  background: #b89a65;
  text-align: center;
  border-radius: 5px;
}
.cv .btn_area a.ico_arrow {
  position: relative;
  display: inline-block;
}
.cv .btn_area a.ico_arrow::after {
  position: absolute;
  content: " ";
  right: 16px;
  top: 30px;
  width: 14px;
  height: 14px;
  background: url(https://tokyowaso-photowedding.com/img/common/ico_arrow.png) no-repeat;
  background-size: 14px;
}
.cv .btn_area p {
padding: 20px 0;
    font-size: 1.2em;
    line-height: 3px;
    color: #fff;
    letter-spacing: 0.1em;
}
.cv .btn_area p.ico_kantan {
  position: relative;
  display: inline-block;
  padding-left: 50px;
}
.cv .btn_area p.ico_kantan::before {
  position: absolute;
  content: " ";
  left: 0;
  top: 11px;
  width: 44px;
  height: 44px;
  background: url(https://tokyowaso-photowedding.com/img/common/ico_kantan.png) no-repeat;
  background-size: 44px;
}
.cv .btn_area .fair {
  text-align: right;
  padding-right: 5%;
  padding-top: 20px;
}
.cv .btn_area .fair a {
  position: relative;
  display: inline-block;
  color: #bd9860;
}
.cv .btn_area .fair a::after {
  right: -22px;
  top: 4px;
  background: url(https://tokyowaso-photowedding.com/img/common/ico_arrow_color.png) no-repeat;
  background-size: 14px;
}
.cv .salaon_area ul {
  max-width: 480px;
  margin-top: 1em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}
/*--- CV���ꥢ_����ץ� --*/
.cv.cv_box_simple {
  width: 100%;
  max-width: 960px;
  padding: 60px 0;
  margin: 0 auto;
  text-align: center;
}
.cv.cv_box_simple .btn_area,
.cv.cv_box .btn_area {
  padding: 10px 0 0;
  max-width: 500px;
}
.cv.cv_box_simple .btn_area ul li {
  width: 50%;
  float: left;
}
.cv.cv_box_simple .btn_area ul li a {
  width: 90%;
  max-width: 430px;
  display: inline-block;
  background: #bd9860;
}

/*--- CV���ꥢ_�̿����� --*/
.cv.cv_box .content {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  padding: 0;
  background: #faf8f7;
}
.cv.cv_box .content > div {
  float: left;
  width: 50%;
}
.cv.cv_box .content div.tit_area {
  width: 50%;
  height: 100%;
  background: url(https://tokyowaso-photowedding.com/img/common/bg_contact.jpg);
  background-size: cover;
}
.cv.cv_box .content div.tit_area img {
  margin: 0 auto;
}
.cv.cv_box .btn_box {
  text-align: left;
  padding: 50px 16%;
}
.cv.cv_box .tel_area {
  text-align: left;
  color: #222;
}
.cv.cv_box .tel_area p {
  color: #444;
  text-align: left;
  font-size: 0.8em;
  letter-spacing: 0.03em;
  padding: 12px 0;
}
.cv.cv_box h3 {
    font-weight: bold;
    padding-bottom: 13px;
    color: #bd9860;
}
.cv.cv_box h4 {
  font-weight: bold;
  padding-bottom: 15px;
  font-size: 1.4rem;
}
.cv.cv_box .btn_area h4 {
  text-align: center;
  padding-bottom: 10px;
}
.cv.cv_box .btn_area ul li {
  margin-bottom: 15px;
}

.spFrom {
  display: none;
}

.sp_d {
  display: none;
}
/* ------------------------------------------------------------------------------- Tablet */

/* �ܼ�����ɽ��Ĵ���� */
#toc_container p.toc_title + ul.toc_list li ul li {
  padding: 2px 0 4px;
}

@media screen and (max-width: 768px) {
  /* Header -------------------------------------------- */
  .header nav {
    display: none;
  }
  .header .insta {
    display: block;
  }
  .header .insta img {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 1;
    width: 30px;
  }





  /* Gnav -------------------------------------------- */
  .g_nav .layer1.sp {
    display: block;
  }

  /* Container -------------------------------------------- */
  .container .headding_wrap {
    padding: 62.5% 0 0;
  }
  .container .headding_wrap .bg .pc {
    display: none;
  }
  .container .headding_wrap .bg .sp {
    display: block;
  }
  .container .headding_wrap .headding .inner {
    padding: 20px;
  }
  .container .headding_wrap .headding .inner .ttl {
    font-size: 2.6rem;
    line-height: 1.2;
  }
  .container .headding_wrap .headding .inner .ttl::after {
    margin: 10px auto 0;
  }
  .container .headding_wrap .headding .inner .ttl.place {
    font-size: 2rem;
  }
  .container .headding_wrap .headding .inner .script,
  .container .headding_wrap .headding .inner .area {
    font-size: 3rem;
  }
  .container .headding_wrap .headding .inner .area {
    font-size: 2rem;
  }
  .container .headding_wrap .headding .inner > p {
    font-size: 2.6rem;
    margin: 30px 0 0;
  }

  .container .content .lead,
  .container .content .main_lead {
    font-size: 2.2rem;
    padding: 50px 0;
  }
  .container .content .main_lead_catch {
    font-size: 2.5rem;
  }
  .container .content .sub_lead {
    font-size: 1.4rem;
    padding: 50px 0;
    text-align: left;
  }
  .container .content .lead + .main_lead + .sub_lead {
    padding: 0 0 50px;
  }

  .container .content .round_btn {
    margin: 50px auto;
  }

  /* Footer -------------------------------------------- */
  .footer .anchor_top {
    display: none;
  }

  .footer .f_nav section {
    width: 50%;
  }
  .footer .f_nav section:first-child {
    width: 100%;
    margin-bottom: 50px;
  }
  .footer .f_nav section nav .f_nav_area li {
    width: 95px;
  }

  .footer .f_nav section nav .tel {
    font-size: 2.6rem;
  }

  /*
  .footer .f_sub_nav {
    color: #bd9860;
    font-size: 0;
  }
  */
  /*
  .footer .f_sub_nav a {
    display: inline-block;
    margin: 0 30px 5px 0;
    font-size: 1.4rem;
  }
  */
  /*
  .footer .f_sub_nav,
  .footer .copyright {
    text-align: center;
  }
  */

  /* ���䤤��碌��Ϣ�ܥ��� ------------------------ */
  .container .contact_box {
    padding: 20px 15px;
  }
  .container .contact_box h4 {
    font-size: 1.8rem;
  }
  .container .contact_box .btn_box li a {
    font-size: 1.4rem;
  }
  .container .contact_box .btn_box li a img {
    width: 27px;
    vertical-align: -8px;
  }

  /* CV ------------------------ */
  .cv.cv_box .btn_box {
    padding: 40px 10%;
  }
}

/* ------------------------------------------------------------------------------------------ SmartPhone Wide */

@media screen and (max-width: 600px) {
  /* ���䤤��碌��Ϣ�ܥ��� ------------------------ */
  .container .contact_box {
    padding: 20px 15px 10px;
  }

  .container .contact_box .btn_box li {
    float: none;
    width: 100%;
    padding: 0 5px 10px;
  }
}

@media screen and (min-width: 481px) {
  br.sp_br {
    display: none;
  }
}

/* ---------------------------------------------------------------------------------- SmartPhone */

@media screen and (max-width: 480px) {
  br.sp_br {
    display: inline-block;
  }
  .container .cv .pc {
    display: none;
  }
  .container .cv .sp {
    display: block;
    text-align: center;
  }
  .cv.cv_box_simple,
  .cv.cv_box {
    border: 4px solid #c2a794;
    padding: 20px 16px 30px;
    background: #fff;
  }
  .cv.cv_box_simple h3 img {
    width: 213px;
  }
  .cv p {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0;
  }
  .cv .btn_area {
    width: 100%;
  }
  .cv.cv_box_simple .btn_area ul li {
    width: 100%;
    margin-bottom: 16px;
  }
  .cv.cv_box_simple .btn_area ul li a,
  .cv.cv_box .btn_area ul li a,
  .cv .btn_area a {
    width: 100%;
    max-width: 600px;
    display: block;
    margin: 0 auto;
  }
  .cv .salaon_area ul {
    margin-bottom: 25px;
  }
  .cv.cv_box_simple .btn_area,
  .cv.cv_box .btn_area {
    padding: 30px 0 20px;
  }
  .cv.cv_box .btn_area h4 {
    font-size: 1.2rem;
  }
  .cv .btn_area p {
    padding: 23px 0;
    font-size: 1.1em;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .cv .btn_area p.ico_kantan {
    padding-left: 44px;
  }
  .cv .btn_area p.ico_kantan::before {
    left: 0;
    top: 23%;
    width: 38px;
    height: 38px;
    background-size: 38px;
  }
  a.btn.tel {
    border: 2px solid #b28c54;
    padding: 14px 0;
  }
  .cv.cv_box .content {
    width: 100%;
    height: auto;
    padding: 0;
    background: #fff;
  }
  .cv.cv_box .content > div {
    float: none;
    width: 100%;
  }
  .cv.cv_box .btn_box {
    width: 100%;
    text-align: left;
    padding: 0;
  }
  .cv.cv_box .content div.tit_area {
    width: 100%;
    background: none;
  }
  .cv.cv_box .content div.tit_area p {
    color: #989898;
    font-size: 0.8em;
    text-align: left;
    padding: 10px 0;
  }
  .cv.cv_box .content a.btn.tel {
    border: none;
    padding: 0;
  }
  .cv.cv_box .content a.btn.tel img {
    display: block;
    width: 88%;
    margin: auto;
  }
  .cv.cv_box .content a.btn.tel span {
    font-size: 1.2rem;
    letter-spacing: 0;
    padding-top: 10px;
    display: block;
    line-height: 1.5;
  }
  .cv .btn_area a.ico_arrow::after {
    right: 10px;
    top: 27px;
  }
  .cv .btn_area .fair {
    padding: 0 20px 30px 0;
  }
  .cv .btn_area .fair a::after {
    right: -20px;
    top: 4px;
  }

  /* Header -------------------------------------------- */
  .header .g_nav_trigger {
    width: 28px;
    height: 21px;
    top: 19px;
  }
  .header .g_nav_trigger span::before,
  .header .g_nav_trigger span::after {
    top: 9px;
  }
  .header .g_nav_trigger span::after {
    top: 18px;
  }

  /* Container -------------------------------------------- */
  .container .content .lead {
    font-size: 2.3rem;
    padding: 40px 0 10px;
  }
  .container .content .main_lead {
    font-size: 1.5rem;
    padding: 50px 0;
    line-height: 30px;
  }
  .container .content .main_lead_catch {
    font-size: 2.5rem;
  }
  .container .content .sub_lead {
    font-size: 1.2rem;
    padding: 50px 0;
  }
  .container .content .lead + .main_lead + .sub_lead {
    padding: 0 0 50px;
  }

  .container .content .round_btn {
    max-width: 85%;
    margin: 50px auto;
  }
  .container .content .more_btn {
    max-width: 65%;
    margin: 50px auto;
  }
  .container .content .fav_btn {
    width: auto;
    max-width: none;
    line-height: 25px;
    padding: 10px 10px 10px 60px;
    margin: 50px 5px;
    font-size: 1.4rem;
  }
  .container .content .fav_btn::before {
    left: 20px;
    font-size: 3rem;
  }

  /* ���䤤��碌��Ϣ�ܥ��� ------------------------ */
  .container .contact_box h4 {
    font-size: 1.6rem;
  }

  /* Footer -------------------------------------------- */
  .footer .f_logo {
    width: 250px;
  }

  .footer .f_nav {
    padding: 0;
  }
  .footer .f_nav section {
    width: 100%;
    float: none;
    clear: both;
    padding: 20px 10px 20px 15px;
  }
  .footer .f_nav section:first-child {
    margin-bottom: 0;
  }
  .footer .f_nav section h3 {
    font-size: 1.6rem;
  }
  .footer .f_nav section nav .f_nav_area li {
    width: 100px;
  }
  .footer .f_nav section nav .sp_nav {
    display: block;
  }
  .footer .f_nav section:last-child {
    padding: 0 15px;
  }
  /*
  .footer .f_sub_nav {
    text-align: left;
  }
  */
  /*
  .footer .f_sub_nav a {
    display: block;
  }
  */
  .footer .f_nav section.tokihana_link h3 {
    margin-top: 0;
  }
  .spFrom {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: block;
  }
  .spFrom li {
    width: 50%;
    float: left;
    padding: 10px 0;
    background-color: #bd9860;
    font-size: 10px;
    text-align: center;
  }
  .spFrom li img {
    height: 36px;
    margin-right: 4px;
    width: auto;
    vertical-align: middle;
  }
  .spFrom li span {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
  }
  .spFrom li a {
    color: #fff;
    display: block;
  }
  .spFrom li + li {
    padding: 10px 0;
    border-left: #82d0b0 solid 1px;
    background-color: #bd9860;
  }
  .sp_d {
    display: block;
  }

  /*�ڡ��������ܥ���*/
  .page_bottom_btn_block {
    background: rgba(239, 239, 239, 0.9);
    padding: 5px;
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: center;
    min-height: 72px;
    width: 100%;
    z-index: 20;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
  }
  .page_bottom_btn_block .contact_bar_comment {
    font-size: 11px;
    line-height: 1;
    margin-bottom: 3px;
    padding: 0;
    color: #555;
    text-align: center;
  }
  .page_bottom_btn_block .contact_bar_comment span {
    font-size: 11px;
  }
  .page_bottom_btn_block .page_bottom_btn {
    display: flex;
  }
  .page_bottom_btn_block .page_bottom_btn li {
    margin-right: 4px;
  }
  .page_bottom_btn_block .page_bottom_btn li:last-child {
    font-weight: bold;
    line-height: 1;
    margin-right: 0;
    width: calc(100% - 59px);
  }
  .page_bottom_btn_block .page_bottom_btn .page_bottom_btn_phone {
    background: #388683;
    border-radius: 5px;
    display: inline-block;
    height: 48px;
    width: 55px;
  }
  .page_bottom_btn_block .page_bottom_btn .page_bottom_btn_phone img {
    margin-top: 10px;
    width: 50%;
  }
  .page_bottom_btn_block .page_bottom_btn .page_bottom_btn_reservation {
    background: #bd9860;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    height: 48px;
    width: 100%;
  }
  .page_bottom_btn_block .page_bottom_btn .page_bottom_btn_reservation span {
    background: url(https://tokyowaso-photowedding.com/img/new_place/detail/btn_reservation.png) #bd9860 no-repeat
      left 13px;
    background-size: 20px;
    display: inline-block;
    padding: 17px 30px 15px;
  }
}

/*--------------------
PC/SPɽ���ڤ��ؤ�
-------------------- */
.is-hidden-desktop {
  display: none !important;
}

@media screen and (max-width: 420px) {
  .is-hidden-desktop {
    display: inherit !important;
  }
  .is-hidden-mobile {
    display: none !important;
  }
}

/*--------------------
SE��Ĵ��
-------------------- */
@media screen and (max-width: 320px) {
  .footer .f_nav section nav .f_nav_area li {
    width: 82px;
  }
}

/*------------------
blog
-------------------*/

/* ====  blogs ======*/

.container .blogcontent {
  width: 100%;
  max-width: 1120px;
  padding: 50px 0px;
  margin: 0 auto;
}

.blogmain {
  float: left;
  width: 68.18182%;
}

.box_side {
  width: 27.27273%;
  float: right;
}
.blogmain .txt_event {
  font-size: 93%;
  float: left;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 15px;
}
.blogmain .txt_event span {
  font-size: 177%;
}
.blogmain .box_event {
  clear: both;
  width: 100%;
  border-top: 1px solid #e1dfd6;
  margin-bottom: 30px;
}
.blogmain .box_event li {
  border-bottom: 1px solid #e1dfd6;
}
.blogmain .box_event li a {
  display: block;
  overflow: hidden;
  padding: 20px 2.66667%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: background 1s;
  -o-transition: background 1s;
  -webkit-transition: background 1s;
  transition: background 1s;
  position: relative;
  text-decoration: none;
}
.blogmain .box_event li a:hover {
  background: #f4f3eb;
}
.blogmain .box_event li a:before {
  content: ">";
  font-family: FontAwesome;
  margin-right: 0.3em;
  position: absolute;
  top: 50%;
  right: 1%;
  line-height: 1;
  color: #cbcac5;
  font-size: 358%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.blogmain .box_event li a .photo {
  float: left;
  width: 21.12676%;
  margin-right: 2.8169%;
  text-align: center;
  /*padding-top: 14.08451%;*/
  overflow: hidden;
  position: relative;
}
.blogmain .box_event li a .photo img {
  height: auto;
}
.blogmain .box_event li a .box_txt {
  float: left;
  width: 70.42254%;
}
.blogmain .box_event li a .box_txt .txt_inf {
  letter-spacing: -0.4em;
  line-height: 1;
}
.blogmain .box_event li a .box_txt .txt_inf span.cate {
  margin-left: 0.5em;
  padding: 0 0.8em;
  font-size: 1rem;
  font-family: "Noto Serif JP", serif;
}
.blogmain .box_event li a .box_txt .txt_inf span {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  color: #634d37;
}
.blogmain .box_event li a .box_txt .txt_inf {
  letter-spacing: -0.4em;
  line-height: 1;
}
.blogmain .box_event li a .box_txt .st {
  color: #4b4b4b;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  margin-top: 0.8em;
  letter-spacing: 0.04em;
  font-weight: bold;
}

.blogmain .box_event li .single-title {
  font-size: 1.8rem;
  font-weight: bold;
  border-left: 4px solid #585858;
  padding-left: 10px;
  color: #585858;
  margin-bottom: 30px;
}

.box_pager {
  text-align: center;
  font-size: 93%;
  clear: both;
}
.box_pager > div {
  display: inline-block;
  vertical-align: middle;
}

.box_side ul {
  border-bottom: 1px solid #e1dfd6;
}
.box_side ul li:hover,
.box_side ul li.check {
  background: #c8c5be;
}

.box_side ul li:before {
  content: "> ";
}

.box_side .st {
  margin-bottom: 0.5em;
  line-height: 1;
  color: #4b4b4b;
  font-size: 2.3rem;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
  font-family: "EB Garamond", serif;
}
.box_side .st span {
  font-size: 45%;
  font-family: "Noto Serif JP", serif;
  margin-left: 1em;
}

#categories-2 > ul > li.cat-item {
  position: relative;
  border-top: 1px solid #e1dfd6;
  -moz-transition: background 0.35s;
  -o-transition: background 0.35s;
  -webkit-transition: background 0.35s;
  transition: background 0.35s;
}
#categories-2 > ul > li.cat-item {
  color: #4b4b4b;
  display: block;
  padding: 1em 0.8em 1em 2em;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.box_pager {
  text-align: center;
  font-size: 93%;
}
.box_pager > nav {
  display: inline-block;
  vertical-align: middle;
}
.box_pager > nav ul {
  float: left;
}
.box_pager > nav ul li {
  float: left;
  margin-left: 7px;
}

.box_pager > nav > ul > li span {
  background: #535353;
  color: #fff;
  border: 1px solid #535353;
  display: block;
  padding: 8px 12px;
}
.box_pager > nav ul li a {
  padding: 8px 12px;
}
.box_pager > nav a {
  display: block;
  text-decoration: none;
  border: 1px solid #535353;
  -moz-transition: background 0.35s, color 0.35s, border 0.35s;
  -o-transition: background 0.35s, color 0.35s, border 0.35s;
  -webkit-transition: background 0.35s, color 0.35s, border 0.35s;
  transition: background 0.35s, color 0.35s, border 0.35s;
}
.box_pager > nav .btn_next,
.box_pager > nav .btn_list {
  margin-left: 7px;
}
.box_pager > nav .btn_next a,
.box_pager > nav .btn_list a {
  padding: 8px;
}
.box_pager > nav .next a:after {
  content: "��";
  margin-left: 0.3em;
}
.box_pager > nav .next,
.box_pager > nav .next,
.box_pager > nav .btn_list {
  float: left;
}
@media only screen and (max-width: 37.5em) {
  .container .blogcontent {
    width: 100%;
    max-width: 1120px;
    padding: 50px 15px;
    margin: 0 auto;
  }
  .blogmain {
    float: none;
    width: 100%;
  }
  .blogmain .txt_event {
    float: none;
    margin-bottom: 2%;
  }
  .blogmain .box_event {
    margin-bottom: 3%;
  }
  .blogmain .box_event li a {
    padding: 3%;
  }
  .blogmain .box_event li a:before {
    font-size: 258%;
  }
  .blogmain .box_event li a .box_txt .st {
    margin-top: 0.25em;
    line-height: 1.4;
    font-size: 100%;
  }
  .box_pager {
    margin-bottom: 1em;
  }
  .box_side {
    margin-top: 8%;
    width: 100%;
    float: none;
  }
  .box_side .inner .st {
    font-size: 143%;
  }
}
.breadcrumb {
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
}
#PAGE_CONTENT > div > article > div > div.blogmain > ul > li > section > img {
  height: auto;
}

/*========== bridal fair contact form7 =======*/

@media print, screen and (min-width: 37.7em) {
  .display_pc {
    display: block;
  }
  .display_sp {
    display: none;
  }
}
@media print, screen and (max-width: 37.6em) {
  .display_sp {
    display: block;
  }
  .display_pc {
    display: none;
  }
}

.inquiry {
  width: 100%;
}
.inquiry tr {
  border-top: 1px dotted #ddd;
}

.inquiry th {
  display: table-cell;
  padding: 30px 15px 30px 7px;
  line-height: 2.2;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  width: 33%;
}
.inquiry td {
  display: table-cell;
  padding: 15px 0;
  line-height: 2.2;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
}
@media print, screen and (max-width: 37.6em) {
  .inquiry th {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 4px 0px 0px 0px;
  }
  .inquiry td {
    display: block;
    padding: 0px 0 15px;
    border-top: none;
  }
}
.inquiry th span {
  font-weight: bold;
}

.wpcf7 input[type="text"] {
  border: 1px solid #ccc;
  box-sizing: border-box;
  line-height: 1.2;
  font-size: 1.6rem;
  padding: 0.625em 0.438em;
  border: 1px solid #d0d5d8;
  border-radius: 5px;
  width: 100%;
  background: rgb(247 247 247);
}
.wpcf7 input[type="email"] {
  border: 1px solid #ccc;
  box-sizing: border-box;
  line-height: 1.2;
  font-size: 1.6rem;
  padding: 0.625em 0.438em;
  border: 1px solid #d0d5d8;
  border-radius: 5px;
  width: 100%;
  background: rgb(247 247 247);
}
.wpcf7 input[type="tel"] {
  border: 1px solid #ccc;
  box-sizing: border-box;
  line-height: 1.2;
  font-size: 1.6rem;
  padding: 0.625em 0.438em;
  border: 1px solid #d0d5d8;
  border-radius: 5px;
  width: 100%;
  background: rgb(247 247 247);
}

.wpcf7 input[type="radio"] {
  border: 1px solid #ccc;
  box-sizing: border-box;
  line-height: 1.2;
  font-size: 1.6rem;
  padding: 12px 15px;
  margin-right: 10px;
  border: 1px solid #d0d5d8;
  border-radius: 5px;
  border-radius: 3px;
}
.wpcf7 textarea {
  border: 1px solid #ccc;
  box-sizing: border-box;
  line-height: 1.2;
  width: 100%;
  font-size: 1.6rem;
  padding: 12px 15px;
  border-radius: 5px;
  border: 1px solid #d0d5d8;
  background: rgb(247 247 247);
}

.inquiry .haveto {
  background: #b20300;
  color: #fff;
  font-size: 11px;
  padding: 1px 3px;
  font-weight: bold;
  margin-right: 10px;
}
.inquiry .nothaveto {
  background: #909090;
  color: #fff;
  font-size: 11px;
  padding: 1px 3px;
  font-weight: bold;
  margin-right: 10px;
}
.wpcf7 .wpcf7-list-item {
  padding-right: 10px;
  margin: 10px 0 0 1em;
  display: inline;
}
@media print, screen and (max-width: 37.6em) {
  .wpcf7 .wpcf7-list-item {
    padding-right: 20px;
    margin: 10px 0 0 1em;
    display: block;
  }
}

.wpcf7 select,
.wpcf7 .wpcf7-list-item-label {
  font-size: 14px;
  line-height: 1.2;
  background: #fff;
  max-width: 97%;
  padding: 7px;
  width: 35%;
}
.wpcf7 select {
  box-sizing: border-box;
  line-height: 1.2;
  font-size: 1.6rem;
  padding: 0.625em 0.438em;
  border: 1px solid #d0d5d8;
  border-radius: 5px;
  width: 30%;
  background: rgb(247 247 247);
}
/*===�֥����쥤������===*/

.blog-topttl {
  font-size: 1.5rem;
  font-weight: normal;
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: left;
  font-family: serif;
}

.blog-ttl {
  font-size: 1.7rem;
  font-weight: bold;
  padding-bottom: 20px;
  text-align: left;
}

.blog-box {
  width: 100%;
  clear: both;
  margin-bottom: 40px;
  text-align: left;
  font-size: 1.3rem;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
.blog-left {
  width: 50%;
  padding-right: 40px;
  float: left;
  text-align: left;
  font-size: 1.3rem;
}
.blog-right {
  width: 50%;
  float: right;
}
.blog-right img {
  width: 100%;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 30px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media print, screen and (max-width: 37.6em) {
  .blog-ttl {
    font-size: 1.7rem;
    font-weight: bold;
    padding-bottom: 20px;
    text-align: left;
  }

  .blog-box {
    width: 100%;
    clear: both;
    margin-bottom: 40px;
    text-align: left;
    font-size: 1.3rem;
  }
  .clearfix:after {
    content: " ";
    display: block;
    clear: both;
  }
  .blog-left {
    width: 100%;
    padding-right: 0px;
    float: none;
    text-align: left;
    font-size: 1.3rem;
    padding-bottom: 30px;
  }
  .blog-right {
    width: 100%;
    float: none;
  }
  .blog-right img {
    width: 100%;
  }
}
/* ���̳��ˤ������ */
.fadein {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 1000ms;
}

/* ����������ä����� */
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.caution {
  color: #012eb2;
}
.plannamehide {
  display: none;
}
ul > li.cat-item {
  /*background: #eae2d3;*/
  border-radius: 5px;
  padding: 0px 5px;
  font-size: 1.6rem;
}


.container .albumcontent {
  width: 800px;
  padding: 1px;
  margin: 0 auto;
  padding:0px 0 50px;

}
@media print, screen and (max-width: 37.6em) {
  .container .albumcontent {
    width: 100%;

  }
}
.albumpr h2{
  font-size: 1.6rem;
  font-weight: bold;
}
.albumpr p {
  font-size: 1.6rem;
}
.albumpr h2{
  font-size: 1.6rem;
  font-weight: bold;
}
.albumpr p {
  font-size: 1.6rem;
  text-align: center;
  padding-bottom: 0px;
}
.dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}
.albumpr span{
  color: #db6474;
  font-weight: bold;
}
.albumpr header{
  padding-bottom:30px;
  text-align: center;
}
.album-movie{
  padding: 10px;
}

.Btn.isBgGold {
    background-color: #b89a65;
    color: #fff;
}
.Btn {
    display: block;
    border-radius: 0;
    text-align: center;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    line-height: 3.39;
    transition-timing-function:
linear;
    transition-duration: .2s;
    transition-property: background-color, color, opacity;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
