@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 400
}

@font-face {
    font-family: "YuGothic";
    src: local("YuGothic Medium");
    font-weight: 400
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

audio,
canvas,
video {
    display: inline-block;
    max-width: 100%
}

html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

ul,
ol {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

a:focus {
    outline: 0
}

ins {
    text-decoration: none
}

mark {
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

button {
    outline: 0;
    -webkit--sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    font-size: 100%
}

button::-moz-focus-inner {
    border: 0;
    padding: 0
}

img {
    -ms-interpolation-mode: bicubic
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: .1em;
    line-height: 0;
    visibility: hidden;
    overflow: hidden
}

.clearfix {
    display: inline-block
}

/*\*/
* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

/**/
body {
    font-family: "游ゴシック", "Yu Gothic", Yu Gothic, "游ゴシック体", "YuGothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif
}

.mintyoutai {
    font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif
}

.mintyoutai {
    font-family: 'Amiri', serif
}

a {
    color: #666;
    text-decoration: none
}

a,
a:before,
a:after {
    -webkit-transition-property: background-color, color, border-color;
    -webkit-transition-duration: .2s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: background-color, color, border-color;
    -moz-transition-duration: .2s;
    -moz-transition-timing-function: ease;
    -ms-transition-property: background-color, color, border-color;
    -ms-transition-duration: .2s;
    -ms-transition-timing-function: ease;
    -o-transition-property: background-color, color, border-color;
    -o-transition-duration: .2s;
    -o-transition-timing-function: ease;
    transition-property: background-color, color, border-color;
    transition-duration: .2s;
    transition-timing-function: ease
}

a:hover {
    color: #c2aa99;
    text-decoration: underline
}

.clear {
    clear: both
}

.hide {
    display: none
}

html {
    font-size: 14px;
    line-height: 2;
    color: #000
}

body {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-size: 100%;
    vertical-align: bottom !important;
    text-align: justify;
    text-justify: inter-ideograph;
    -ms-text-justify: inter-ideograph
}

main,
address,
section,
article,
figure {
    display: block
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%
}

a {
    text-decoration: none
}

::selection {
    background: #936400
}

::-moz-selection {
    background: #936400
}

html,
body {
    height: 100%
}

h2 {
    margin: 15px 0 40px 0
}

a,
a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

#header {
    width: 100%;
    margin: 0 auto;
    background-color: #fff
}

#logo {
    text-align: center;
    padding: 15px 0 15px 0
}

nav {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    position: relative
}

nav a {
    position: relative;
    display: inline-block;
    transition: .3s
}

nav a::after {
    position: absolute;
    bottom: 6px;
    left: 10px;
    content: '';
    width: 0;
    height: 1px;
    background-color: #000;
    transition: .5s;
    margin: auto
}

nav a:hover::after {
    width: 80%
}

.down a {
    position: relative;
    display: inline-block;
    transition: .3s
}

.down a::after {
    position: absolute;
    bottom: 6px;
    left: 15px;
    content: '';
    width: 0;
    height: 1px;
    background-color: #000;
    transition: .5s;
    margin: auto
}

.down a:hover::after {
    width: 80%
}

.fixed {
    position: fixed;
    top: 0;
    z-index: 9999
}

.nav {
    padding: 0;
    margin: 0 auto 10px;
    width: 100%
}

.dropmenu {
    *zoom: 1;
    list-style-type: none;
    width: 970px;
    margin: 0 auto;
    padding: 0;
    background-color: #fff
}

.dropmenu,
.dropmenu:after {
    content: "";
    display: table
}

.dropmenu:after {
    clear: both
}

.dropmenu li {
    position: relative;
    width: auto;
    float: left;
    margin: 0 17px;
    padding: 0;
    text-align: center
}

.dropmenu li a {
    will-change: transform;
    display: block;
    margin: 0;
    padding: 15px 0 11px;
    color: #000;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    font-size: .85em
}

.dropmenu li ul {
    list-style: none;
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    width: 200px
}

.dropmenu li ul li {
    width: 100%
}

.dropmenu li ul li a {
    padding: 13px 15px;
    background: #fff;
    text-align: left
}

.dropmenu li:hover>a {
    background: #fff
}

.dropmenu li a:hover {
    background: #fff
}

#fade-in2 li ul {
    opacity: 0;
    top: 100%;
    visibility: hidden;
    transition: .2s;
    left: -60px
}

#fade-in2 li:hover ul {
    top: 100%;
    visibility: visible;
    opacity: 1
}

#hedsns {
    float: right;
    position: absolute;
    bottom: 35px;
    right: 0
}

#hedsns ul li {
    float: left;
    padding: 0 20px 0 0
}

#hedsns ul li a::after {
    width: 0
}

#hedsns ul li a:hover::after {
    width: 0
}

#hedsns a {
    color: #000
}

#hedsns a img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 1.1em;
    height: 1.1em;
    padding-right: 3px;
    vertical-align: middle
}

#hedsns a:hover img {
    opacity: .5
}

.cover {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #fff;
    clear: both
}

.centerBox {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%
}

.centerBox .centerBox_logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0
}

.section3 {
    width: 100%;
    background: #fff
}

#about_top {
    background-color: #333;
    height: 100%;
    color: #009688;
    background: url(https://www.thefunatsuya.com/wp-content/themes/img/about_top.jpg) no-repeat fixed;
    background-size: cover
}

.inner {
    max-width: 930px;
    color: #000;
    margin: 0 auto;
    padding: 38px 0 70px 0
}

.title {
    font-size: 22px;
    letter-spacing: .1em;
    text-align: center;
    letter-spacing: 2px
}

.title_02 {
    font-size: 38px;
    letter-spacing: .1em;
    line-height: 1;
    text-align: center;
    margin: 0;
    padding-top: 10px
}

.title_03 {
    font-size: 18px;
    padding: 7px 0 20px 0;
    text-align: center
}

.title_04 {
    font-size: 1.15em;
    line-height: 2.5em;
    text-align: center
}

.title_05 {
    font-size: 30px;
    letter-spacing: .1em;
    line-height: 1;
    text-align: center
}

.title_p {
    text-align: center;
    margin-top: 50px;
    line-height: 30px;
    letter-spacing: 2px
}

.topics {
    padding: 80px 0 50px 0;
    text-align: center
}

.topics .party_repo {
    padding: 0;
}

.topics2 {
    padding: 0 0 20px 0;
    text-align: center
}

.top_con {
    width: 100%;
    height: auto
}

.top_con_img {
    overflow: hidden;
    position: relative;
    width: 100%
}

.top_con_img img {
    width: 100%
}

.top_con_img a:hover img {
    opacity: .7
}

.top_con_img img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.link a:hover {
    color: #d8a741
}

.link a {
    position: relative;
    display: inline-block;
    padding-right: 14px;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    color: #795200;
    color: #795200;
    font-size: 14px;
    text-decoration: none
}

.link a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 7px;
    height: 14px;
    background: url(../../uploads/link01-1.png) no-repeat right center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.link2 a:hover {
    color: #d8a741
}

.link2 a {
    position: relative;
    display: inline-block;
    padding-right: 14px;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    color: #795200;
    color: #795200;
    text-decoration: none;
    font-size: 14px;
}

.link2 a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 7px;
    height: 14px;
    background: url(../../uploads/link01-1.png) no-repeat right center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.link2 {
    text-align: center;
    padding-top: 10px
}

#footer {
    clear: both;
    width: 100%;
    padding-bottom: 50px
}

#footer .footer_inner {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 30px 0 10px;
    text-align: left;
    position: relative;
    overflow: auto;
    font-size: 10px
}

#footer_logo {
    text-align: center;
    padding: 20px 0 100px 0
}

#footer_con {
    margin: auto;
    margin-left: 60px
}

#footer_con a {
    color: #000
}

#footer_01 {
    float: left;
    width: 15%
}

#footer_02 {
    float: left;
    width: 17%
}

#footer_03 {
    float: left;
    width: 17%
}

#footer_04 {
    float: left;
    width: 17%
}

#footer_05 {
    float: left;
    width: 18%
}

#footer_06 {
    float: left;
    width: 16%
}

.footer_headline {
    margin: 0 0 18px 0;
    font-size: 14px;
    color: #000;
    line-height: 1
}

.footer_menu {
    padding: 0
}

.footer_menu a {
    color: #000
}

.footer_menu li {
    padding: 5px;
    padding-left: 15px
}

#pageTop {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0
}

#pageTop a {
    display: block;
    background-color: #795200;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding: 20px 25px;
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    opacity: .5
}

#pageTop a:hover {
    display: block;
    background-color: #222;
    text-align: center;
    color: #ccc;
    font-size: 12px;
    text-decoration: none;
    padding: 20px 25px;
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    opacity: .5
}

.news {
    padding: 50px;
    background: #ededed;
    clear: both
}

.news .news_header {
    zoom: 1;
    font-size: 12px;
    margin-bottom: 5px
}

.news .news_header:after {
    content: "";
    clear: both;
    display: block
}

.news .news_header .news_header_item {
    float: left;
    margin-left: 15px
}

.news .news_header .news_header_item:first-child {
    margin-left: 0
}

.news .news_title {
    font-size: 12px
}

.news .news_text {
    font-size: 12px;
    line-height: 20px
}

.news_inner {
    max-width: 900px;
    color: #000;
    margin: 0 auto;
    padding: 20px 0
}

#news_h2 {
    max-width: 900px;
    margin: 0 auto;
    padding: 10px 0 10px 0
}

#news_h2 h2 {
    margin: 0
}

#copy {
    clear: both;
    width: 100%;
    background-color: #fff;
    padding: 30px 0 20px 0
}

#copy a {
    color: #000
}

#copy_inner {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
    font-size: .8em
}

#copy_inner a {
    padding: 5px
}

#copyright {
    padding: 0 0 20px
}

#footsns {
    width: 240px;
    margin: 0 auto;
    padding: 60px 0 40px 0
}

#footsns ul li {
    float: left;
    padding: 0 20px 0 0
}

#footsns ul li:last-child {
    padding: 0
}

#footsns a img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    padding-right: 3px;
    vertical-align: middle
}

#footsns a {
    color: #000
}

#footsns a:hover img {
    opacity: .5
}

.over {
    overflow: hidden;
    padding: 0
}

.global_footer {
    background-color: #ededed;
    padding: 55px 0 50px;
    overflow: hidden
}

.global_footer_header .tenpo_ichi {
    font-size: 15px;
    text-align: center
}

.global_footer_header {
    margin-bottom: 35px
}

#ten_01 {
    line-height: 2.5;
    float: left;
    padding-left: 70px;
    width: 210px
}

#ten_01 .ten_title,
#ten_02 .ten_title,
#ten_03 .ten_title {
    font-size: 21.5px;
    margin: 0;
    margin-bottom: 10px
}

#ten_01 td {
    padding-left: 15px
}

#ten_02 {
    line-height: 2.5;
    float: left;
    padding-left: 60px;
    width: 250px
}

#ten_02 td {
    padding-left: 15px
}

#ten_03 {
    line-height: 2.5;
    float: left;
    padding-left: 60px;
    width: 210px
}

#ten_03 td {
    padding-left: 15px
}

#ten_03_in {
    margin-bottom: 25px
}

.global_footer {
    font-size: 10px
}

.global_footer a {
    color: #000
}

.global_footer a:hover {
    text-decoration: none
}

.tab1 {
    font-weight: normal;
    width: 60px
}

.con_top {
    background-color: black;
    top: 104px;
    position: relative
}

.con_top_shi {
    padding-top: 110px
}

#top_page .con_top_shi {
    padding-top: 0
}

.con_top h2 {
    position: absolute;
    color: white;
    font-size: 82px;
    letter-spacing: .1em;
    top: 40%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0
}

.con_top_kasaneru {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    width: 100%;
    text-align: center
}

.con_top_kasaneru_in a {
    color: fff
}

.con_top_kasaneru_in a:hover {
    text-decoration: none
}

.con_top_kasaneru_in {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    color: #fff
}

.content_in a .con_top_kasaneru_in_btm {
    color: #fff
}

.con_top_kasaneru_in_btm {
    display: inline-block;
    width: 100%;
    max-width: 320px;
    padding: 12px;
    background: #39424b;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -ms-box-sizing: border-box !important;
    -o-box-sizing: border-box !important;
    box-sizing: border-box !important
}

#t_btm {
    width: 100%;
    text-align: center
}

#t_btm .con_top_kasaneru_in_btm {
    background: #795200;
    color: #fff
}

.con_top_kasaneru_in_btm:hover {
    opacity: .7;
    text-decoration: none
}

div.content_in .spbtm a {
    color: #fff
}

a.con_top_kasaneru_in_btm {
    color: #fff
}

.con_top img {
    width: 100%;
    opacity: .9;
    display: block
}

#info_wrap {
    text-align: center;
    line-height: 3em
}

#info_wrap a {
    color: #fff;
    text-decoration: none
}

#info_wrap p a {
    color: #000;
    text-decoration: none
}

#info_wrap .spbtm2 {
    max-width: 320px;
    margin: 0 auto;
    margin-bottom: 15px
}

.content {
    width: 100%
}

.content_in {
    max-width: 900px;
    margin: 0 auto;
    display: table;
    padding-bottom: 100px
}

.co_p {
    font-size: 1em;
    line-height: 2.2em
}

.co_p a img {
    height: .8em
}

.co_p a:hover {
    text-decoration: none;
    color: #795200
}

.con1 {
    clear: both;
    padding: 40px 0 80px 0;
    overflow: hidden
}

.con1_in1 {
    width: 500px;
    float: left;
    display: table-cell
}

.con1_in1 img {
    width: 100%
}

.con1_in2 {
    float: left;
    display: block;
    padding-left: 55px;
    width: 345px
}

.con2 {
    clear: both;
    padding: 100px 0 80px 0;
    overflow: hidden
}

.con2_in1 {
    width: 345px;
    float: left;
    display: table-cell;
    padding-right: 55px
}

.con2_in2 {
    width: 500px;
    float: left;
    display: table-cell
}

.con2_in2 img {
    float: right;
    width: 100%
}

.landing {
    clear: both;
    padding-top: 150px
}

.come {
    font-size: .6em;
    padding-left: 8px
}

.inner_we {
    max-width: 930px;
    color: #000;
    margin: 0 auto;
    padding: 38px 0 70px 0
}

.inner_we h2 {
    margin: 0;
    padding: 10px 0 10px 0
}

.title_we {
    font-size: 22px;
    letter-spacing: .1em;
    text-align: center;
    letter-spacing: 2px
}

.title_p_we {
    text-align: center;
    line-height: 30px;
    letter-spacing: 2px
}

.we_slider {
    text-align: center;
    max-width: 345px;
    max-height: 370px;
    margin: 0 auto;
    margin-top: 20px
}

#prlist {
    width: 100%;
    height: auto
}

#prlist ul {
    width: 100%;
    overflow: hidden;
    padding-top: 20px
}

#prlist ul li {
    width: 210px;
    float: left;
    padding-left: 20px
}

#prlist ul li:first-child {
    padding-left: 0
}

#prlist img {
    width: 100%
}

.con2pr {
    clear: both;
    padding: 100px 0 50px 0;
    overflow: hidden
}

.con2_in1pr {
    float: left;
    display: table-cell;
    padding-top: 25px;
    padding-right: 55px;
    width: 345px
}

.con2_in2pr {
    width: 500px;
    float: left;
    display: table-cell
}

.con2_in2pr img {
    width: 100%
}

.landingpr {
    clear: both;
    padding-top: 70px
}

.slider_wrap {
    width: 100%;
    overflow: hidden;
    padding-bottom: 30px
}

.slider_wrap a {
    color: #000;
    text-decoration: none
}

.slider_in {
    width:
}

.slider_con {
    float: left;
    padding: 0 20px;
    position: relative;
    max-width: 270px;
    color: #000
}

.carousel-cell a {
    color: #000
}

.carousel-cell a:hover {
    text-decoration: none
}

.topic_inner {
    max-width: 270px
}

.topic_inner img {
    width: 100%;
    max-width: 270px;
    vertical-align: bottom !important;
    height: 170px;
    object-fit: cover
}

.topic_hiduke {
    position: absolute;
    top: 0;
    left: 30px;
    padding: 0 15px 5px;
    background: rgba(255, 255, 255, 0.9);
    letter-spacing: 1px
}

.topic_hiduke1 {
    font-size: 13px
}

.topic_hiduke2 {
    border-bottom: 1px solid #000;
    font-size: 30px;
    line-height: 1.5em;
    font-family: BodoniLTPro-Book, Adobe Garamond Pro, "Adobe Garamond Pro", Garamond, "Garamond", "Times New Roman", serif
}

.topic_hiduke3 {
    font-size: 10px;
    padding-top: 5px
}

.topic_hiduke4 {
    letter-spacing: .1em;
    font-family: BodoniLTPro-Book, Adobe Garamond Pro, "Adobe Garamond Pro", Garamond, "Garamond", "Times New Roman", serif;
    font-size: 25px;
    line-height: .8em
}

.topic_hiduke_to {
    position: absolute;
    top: 0;
    left: 30px;
    padding: 0 20px 10px;
    background: rgba(255, 255, 255, 0.9);
    letter-spacing: 1px
}

.topic_hiduke1_to {
    font-size: 13px
}

.topic_hiduke2_to {
    border-bottom: 1px solid #000;
    font-size: 30px;
    line-height: 1.5em;
    font-family: BodoniLTPro-Book, Adobe Garamond Pro, "Adobe Garamond Pro", Garamond, "Garamond", "Times New Roman", serif;
    text-align: center
}

.topic_hiduke3_to {
    font-size: 10px;
    padding-top: 5px;
    text-align: center
}

.topic_hiduke4_to {
    letter-spacing: .1em;
    font-family: BodoniLTPro-Book, Adobe Garamond Pro, "Adobe Garamond Pro", Garamond, "Garamond", "Times New Roman", serif;
    font-size: 25px;
    line-height: .8em;
    text-align: center
}

.topic_hiduke_nami_to {
    display: inline-block;
    writing-mode: vertical-rl;
    font-size: 12px;
    position: absolute;
    top: 40px;
    left: 40%
}

.topic_hiduke_nami_to2 {
    display: inline-block;
    writing-mode: vertical-rl;
    font-size: 12px;
    position: absolute;
    top: 43px;
    left: 35%
}

.sp_slider_we {
    display: none
}

.topic_hiduke_youbi {
    padding-left: 2px;
    font-size: 8px;
    letter-spacing: -0.1px
}

.topic_hiduke_nami {
    display: inline-block;
    writing-mode: vertical-rl;
    font-size: 10px;
    position: absolute;
    top: 39px;
    left: 32%
}

.topic_title {
    margin-top: 10px;
    text-align: left
}

.slider_con a {
    display: block;
    transition-property: all;
    transition: .2s linear
}

.slider_con a:hover {
    opacity: .7
}

.topics_all {
    margin-bottom: 100px
}

.topics_all_a {
    transition: .2s linear
}

.topics_all_a:hover {
    opacity: .7
}

.topics_all_a a {
    text-decoration: none
}

.topics_all .link2 a {
    font-weight: bold;
    font-size: 1.2em;
}

#blog {
    margin-top: 180px
}

#blog_top {
    margin-top: 35px
}

#blog_top img {
    width: 100%;
    margin: 0;
    padding: 0;
    vertical-align: bottom !important;
    max-width: 700px;
    height: 460px;
    object-fit: cover
}

#blog .content_in {
    width: 700px;
    margin: 0 auto
}

#blog h2 {
    font-size: 2.2em;
    letter-spacing: 5px;
    color: #000;
    margin: 0;
    padding: 0;
    text-align: center
}

#blog h2.brfa_fatitle {
    font-size: 22px;
    padding-top: 10px;
    letter-spacing: 0;
    text-align: left
}

.blog_text {
    margin-top: 25px
}

.blog_tokuten {
    position: relative;
    z-index: 1;
    margin-top: 25px;
    border: 1px solid #795200;
    padding: 15px 0;
    text-align: center
}

.blog_link {
    text-align: center
}

.inner .title_05 {
    text-align: center
}

.sonota_post {
    width: 100%;
    padding-top: 50px
}

.border_01 {
    margin: 0;
    border: 0;
    border-top: 1px solid #bfbfbf
}

.we_footer_h3 {
    font-size: 22px;
    line-height: 1.5454;
    padding-bottom: 10px
}

.we_footer_p {
    padding-bottom: 10px
}

.we_footer_wrap {
    margin-top: 30px;
    margin-bottom: 30px
}

#br_ca_wrap {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px
}

.content_in a {
    color: #000
}

.content_in .link a {
    color: #795200;
    margin-top: 15px
}

#map_pin {
    padding-right: 10px;
    height: 1em
}

.map_section {
    margin-top: 40px;
    margin-bottom: 100px
}

.map_section h3 {
    font-size: 20px
}

.map_section_in {
    margin-top: 30px
}

.map_section_in_tre {
    margin-top: 5px
}

.access_kome {
    font-size: 1em;
    margin-top: 30px
}

.plan_com {
    padding-top: 35px;
    padding-bottom: 50px
}

.plan_p {
    padding-top: 10px;
    padding-bottom: 20px
}

.plan_com a:hover img {
    opacity: .7
}

.plan_com img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.we_top_fair {
    background: #ededed
}

.we_top_fair_title {
    font-size: 22px
}

.topics2 h2 {
    margin: 0;
    margin-bottom: 38px
}

.we_top_fair_all {
    max-width: 350px;
    margin: 25px auto 0
}

.we_top_fair_all_in {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    border-radius: 2px;
    background: #b40014;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.we_top_fair_all_in span {
    position: relative;
    display: inline-block
}

.we_top_fair_all_in span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -0.75em;
    display: block;
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    margin-top: -1px;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%)
}

.we_top_fair_all2 {
    max-width: 100%;
    margin: 25px auto 0
}

a.we_top_fair_all_in2 {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -o-box-sizing: border-box !important;
    -ms-box-sizing: border-box !important;
    box-sizing: border-box !important;
    background: #ec6d56;
    border-radius: 5px
}

.we_top_fair_all_in2 {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, .25);
    background: #fff;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.we_top_fair_all_in2 span {
    position: relative;
    display: inline-block;
    color: #fff
}

.we_top_fair_all_in2 span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -0.75em;
    display: block;
    width: 9px;
    height: 9px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    margin-top: -3px;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%)
}

.we_top_fair_all a {
    color: #fff
}

.con_top_posi1 {
    position: relative
}

.con_top_posi2 {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0
}

.we_top_fair_img {
    background: #ccc
}

.we_top_fair_img img {
    vertical-align: bottom !important;
    width: 100%;
    opacity: 1;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.we_top_fair_img img:hover {
    opacity: .7
}

.we_top_fair_img .inner {
    padding: 50px 0
}

#ico-bridalfair_00 {
    display: none
}

.bridalfair_tag {
    max-width: 660px;
    margin: 0 auto;
    overflow: hidden
}

.bridalfair_ul {
    width: 100%
}

.bridalfair_li {
    width: 100px;
    margin: 5px 5px;
    float: left;
    text-align: center;
    height: 24px;
    background: #ededed;
    line-height: 24px;
    font-size: 12px
}

#top_brfair {
    margin-bottom: 70px
}

.fair_chui {
    font-size: 1em;
    color: #b40014;
    font-weight: bold
}

.si_chui_wrap {
    text-align: center;
    font-size: 1.5em;
    padding-top: 100px
}

.topi_hiduke {
    position: relative
}

#report {
    width: 60%;
    margin: 0 auto;
    margin-top: 60px
}

#report .content_in {
    width: 100%
}

.tokuten_1 {
    position: relative;
    z-index: 1
}

.tokuten_2 {
    position: absolute;
    top: -30px;
    right: 10px;
    width: 55px;
    height: 55px;
    z-index: 2;
    display: block;
    background: #795200;
    -webkit-border-radius: 55px;
    -moz-border-radius: 55px;
    -ms-border-radius: 55px;
    -o-border-radius: 55px;
    border-radius: 55px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    font-size: 10px;
    line-height: 1.5;
    box-sizing: border-box !important
}

.topics_all a {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.topics_all a:hover {
    opacity: .9
}

.sanretu {
    margin-top: 10px;
    margin-bottom: 30px
}

.sanretu_h3 {
    color: #828282
}

.fair_in_tr {
    text-align: center;
    border-bottom: dashed 1px #666
}

.fair_in_tr:last-child {
    border-bottom: 0
}

.fair_in_tr td {
    padding: 15px 0
}

.fair_td_wrap {
    border-left: 1px solid #666
}

.fair_th_hiduke {
    width: 27%;
    text-align: center;
    vertical-align: middle
}

.fair_td_zikan {
    width: 25%
}

.fair_td_btm {
    background: #795200;
    color: #fff;
    text-align: center;
    padding: 10px 60px
}

.fair_td_btm_wrap {
    width: 75%;
    border-left: solid 1px #666
}

.fair_td_btm_wrap a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.fair_td_btm_wrap a:hover {
    opacity: .7;
    cursor: pointer;
    cursor: hand
}

.fair_yoyaku_table_wrap {
    width: 100%;
    padding: 20px 0 20px 0
}

.fair_yoyaku_hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #666;
    margin: 1em 0;
    padding: 0
}

#main-gallery {
    margin-bottom: 30px;
    background: #eee
}

#main-gallery .gallery-cell {
    width: 66%;
    height: 200px;
    margin-right: 10px;
    background: #8C8;
    counter-increment: gallery-cell
}

#main-gallery .gallery-cell:before {
    display: block;
    text-align: center;
    content: counter(gallery-cell);
    line-height: 200px;
    font-size: 80px;
    color: white
}

.clear {
    clear: both
}

#header {
    position: absolute;
    top: 0;
    z-index: 9999
}

.con_top {
    position: relative
}

.con_top h2 {
    position: absolute;
    top: 50%;
    left: 50%
}

#css-slider {
    width: 270px;
    height: 270px;
    overflow: hidden
}

.sp-slide {
    float: left
}

#panel {
    display: none
}

#panel2 {
    display: none
}

#sp_top_123_wrap {
    display: none
}

.hutoni {
    font-weight: bold
}

div.wpcf7 {
    padding: 0;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 0 0 30px 0
}

div.wpcf7 p {
    padding: 20px 20px 0;
    margin: 0;
    font-size: 11px;
    overflow: hidden
}

.wpcf7-captchac {
    border: 1px solid #ccc
}

.wpcf7 .wpcf7-not-valid {
    background: #ffb6c1
}

.wpcf7 span.wpcf7-not-valid-tip {
    font-size: 80%
}

.wpcf7 .wpcf7-response-output {
    margin: 10px 0 0;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.wpcf7 .wpcf7-validation-errors {
    font-size: 0
}

.wpcf7 .wpcf7-mail-sent-ok {
    font-size: 0
}

.wpcf7 .required {
    color: red
}

.wpcf7 .any {
    color: #080
}

.clearb {
    clear: both
}

.form_bot {
    font-size: 1.2em;
    color: #b40014;
    text-align: center;
    width: 97.5%
}

.form_bot a {
    color: #b40014
}

#repowrap {
    width: 30%;
    margin: 0 auto;
    margin-top: 200px
}

#repowrap h2 {
    font-size: 2.2em;
    letter-spacing: 5px;
    color: #000;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center
}

#repowrap h3 {
    font-size: 1.2em;
    padding-top: 10px;
    padding-bottom: 10px
}

.repo_img_wrap {
    width: 100%;
    padding-top: 50px
}

.repo_img_wrap img {
    padding-top: 20px
}

#repowrap_all {
    margin: 0 auto;
    margin-top: 200px;
    width: 760px
}

#repowrap_all h2 {
    font-size: 2.2em;
    letter-spacing: 5px;
    color: #000;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center
}

#repowrap_all h3 {
    font-size: 1.2em;
    padding-bottom: 3px;
    color: #000;
    max-width: 350px;
}

.slider_con_repo {
    float: left;
    margin: 50px 0 0 20px;
    position: relative;
    max-width: 370px;
    color: #000;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -o-box-sizing: border-box !important;
    -ms-box-sizing: border-box !important;
    box-sizing: border-box !important
}

.slider_con_repo:first-child {
    padding: 0
}

.slider_con_repo:nth-child(even) {
    margin: 0;
    margin-top: 50px;
    clear: both;
}

.slider_con_repo .topic_inner {
    max-width: 350px;
    height: auto;
}

.slider_con_repo .topic_inner img {
    max-width: 350px;
    width: 350px;
    vertical-align: bottom !important;
    height: 210px;
    object-fit: cover
}

.wrap {
    overflow: hidden;
}

#we_all {
    margin-top: 50px
}

#we_all .wrap {
    overflow: hidden;
    margin-bottom: 0
}

#toiawase {
    text-align: left
}

.sent .formInner {
    display: none
}

.complete-display {
    display: none
}

.sent .complete-display {
    display: block
}

.er404 {
    padding-top: 10px;
    padding-bottom: 20px
}

#blog .er404 h3 {
    padding-top: 0;
    border-bottom: solid #936400 1px;
    padding-left: 5px
}

.er404 ul {
    padding-left: 5px;
    padding-top: 5px
}

.slider4 p {
    text-align: left;
    font-size: .9em
}

.slider5 li {
    padding-left: 5px;
    padding-right: 5px
}

.we_top_fair .slick-initialized .slick-slide {
    float: left
}

#calendar_wrap {
    padding-top: 90px
}

.fc-listMonth-view .fc-row .fc-content-skeleton .fc-day-number .fc-list-header-left {
    float: right;
    color: #666
}

.fc-listMonth-view .fc-row .fc-content-skeleton .fc-day-number .fc-list-header-right {
    float: left;
    color: #666
}

.fc-list-header-right::after {
    content: "日"
}

.su-carousel .su-carousel-slide img {
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important
}

.pcnone {
    display: none
}

.br-sp {
    display: none
}

@media screen and (max-width:1200px) {
    #hedsns ul li {
        padding: 0 10px 0 0
    }

    .dropmenu {
        width: 800px;
        padding: 0
    }

    .dropmenu li {
        font-size: .8em;
        margin: 0 15px
    }
}

@media screen and (min-width:769px) and (max-width:900px) {
    #hedsns {
        display: none
    }
}

@media screen and (min-width:769px) and (max-width:1118px) {
    .con_top h2 {
        font-size: 50px
    }
}

@media screen and (max-width:930px) {
    .slider_in {
        width: 780px;
        margin: 0 auto
    }

    .slider_con {
        max-width: 240px;
        padding: 0 10px
    }

    .we_top_fair .slider_con {
        max-width: 300px
    }

    .we_top_fair .topic_inner {
        max-width: 3000px
    }

    .topic_inner {
        max-width: 100%;
        height: 300px
    }

    .topic_inner img {
        max-width: 240px
    }

    .topic_hiduke {
        left: 20px
    }
}

@media screen and (min-width:768px) {
    a[href^="tel:"] {
        pointer-events: none
    }
}

@media screen and (max-width:768px) {
    .spnone {
        display: none
    }

    .pcnone {
        display: block
    }

    .br-sp {
        display: block
    }

    .sp_slider_we {
        display: block
    }

    .pc_slider_we {
        display: none
    }

    .centerBox {
        background-color: rgba(0, 0, 0, 0.3);
        height: 100%
    }

    .centerBox .centerBox_logo img {
        width: 35%;
        height: auto;
        top: 28%
    }

    #sp_topimg {
        background-color: #333;
        height: 100%;
        background: url(../../uploads/top_01_0122-1.jpg);
        background-size: cover;
        background-position: center
    }

    #splogo img {
        width: 100px;
        height: 49px
    }

    #spheader {
        width: 100%;
        height: 40px;
        padding: 10px 0;
        position: fixed;
        z-index: 2;
        background: #fff;
        top: 0;
        left: 0
    }

    #splogo {
        margin: 0 auto;
        width: 100px;
        margin-top: -5px
    }

    #panel {
        display: none;
        width: 100%;
        margin: 0;
        padding: 20px 0 35px 50px;
        background: #fff;
        z-index: 100;
        position: fixed;
        top: 60px;
        font-size: 13px;
        overflow-y: scroll;
        width: 100%;
        height: 100%
    }

    #panel a {
        color: #000
    }

    #panel2 {
        display: none;
        width: 100%;
        margin: 0;
        padding: 0;
        background: #fff;
        z-index: 100;
        position: fixed;
        top: 60px;
        right: 0;
        font-size: 13px;
        overflow-y: scroll;
        width: 100%;
        height: 100%
    }

    #panel_in2 {
        padding: 20px;
        text-align: center
    }

    #panel_in2 .yoyakup {
        padding-bottom: .5em;
        font-weight: bold
    }

    .panel_in_li {
        font-size: 13px
    }

    .menu-trigger,
    .menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box !important;
        z-index: 100
    }

    .menu-trigger {
        position: relative;
        position: fixed;
        width: 32px;
        height: 16px
    }

    .menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #000
    }

    .menu-trigger span:nth-of-type(1) {
        top: 0
    }

    .menu-trigger span:nth-of-type(2) {
        top: 7px
    }

    .menu-trigger span:nth-of-type(3) {
        bottom: 0
    }

    .menu-trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY(7px) rotate(-45deg);
        transform: translateY(7px) rotate(-45deg)
    }

    .menu-trigger.active span:nth-of-type(2) {
        opacity: 0
    }

    .menu-trigger.active span:nth-of-type(3) {
        -webkit-transform: translateY(-7px) rotate(45deg);
        transform: translateY(-7px) rotate(45deg)
    }

    #spbatsu {
        width: 32px;
        position: absolute;
        top: 20px;
        left: 15px
    }

    .menu-trigger2,
    .menu-trigger2 span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box !important;
        z-index: 100
    }

    .menu-trigger2 {
        position: relative;
        position: fixed;
        width: 60px;
        background: #9b7d20;
        text-align: center;
        padding: 16px 5px
    }

    #spbatsu2 {
        width: 60px;
        position: absolute;
        top: 0;
        right: 0
    }

    .spmenuin_li {
        margin-top: 10px
    }

    .spmenuin_li p {
        cursor: pointer
    }

    .spmenuin_li ul {
        display: none
    }

    .spmenuin_li_in {
        padding: 14px
    }

    .spmenuin_li_in_li {
        font-size: 1em
    }

    .spyazi:before {
        content: "";
        display: block;
        position: absolute;
        top: 55px;
        left: 40px;
        width: 5px;
        height: 12px background:url(https://www.thefunatsuya.com/wp-content/themes/img/link01.png) no-repeat right center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    #panel_in_ul {
        margin-bottom: 150px
    }

    #panel_in2 {
        margin-bottom: 100px
    }

    .link2 {
        width: auto;
        height: 12px;
        padding-right: 10px;
        padding-bottom: 10px;
        vertical-align: bottom !important
    }

    .spsns {
        padding-top: 15px
    }

    .spsns img {
        padding-right: 5px;
        vertical-align: middle
    }

    #spyoyaku {
        position: absolute;
        top: 10px;
        display: block
    }

    .yoyakup a {
        color: #000
    }

    .spbtm {
        padding: 10px;
        background: #39424b;
        text-align: center;
        color: #fff;
        font-size: 1em;
        line-height: 1;
        margin: 0 auto;
        margin-bottom: .5em;
        width: 75%
    }

    .spbtm2 {
        padding: 10px;
        background: #b40014;
        text-align: center;
        color: #fff;
        font-size: 1em;
        line-height: 1;
        margin: 0 auto;
        margin-bottom: .5em;
        width: 75%
    }

    .spbtm p {
        color: #000
    }

    .spbtm2 p {
        color: #000
    }

    #sp_top_123_wrap {
        display: block
    }

    #sptop_123 {
        position: relative;
        height: 100%
    }

    #sptop_123 ul {
        width: 270px;
        margin: 0 auto;
        overflow: hidden;
        margin-top: -15px
    }

    #sptop_123 ul li {
        width: 130px;
        height: 130px;
        margin: 0 auto;
        float: left;
        padding-right: 10px
    }

    #sptop_123 ul li:last-child {
        padding-right: 0
    }

    #sp_top_123_wrap {
        text-align: center;
        position: absolute;
        top: 40%;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 290px;
        height: 300px
    }

    #sptop_123_in_a {
        position: absolute;
        top: 40%;
        left: 30%;
        width: 130px;
        height: 130px
    }

    #sptop_123_in_b {
        position: absolute;
        top: 70%;
        left: 5%
    }

    #sptop_123_in_c {
        position: absolute;
        top: 70%;
        right: 5%
    }

    .circle {
        display: inline-block;
        position: relative;
        min-width: 130px;
        min-height: 130px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.7)
    }

    .circle .sp_subtai_1 {
        position: absolute;
        display: inline-block;
        left: 0;
        top: 45%;
        -webkit-transform: translateY(-45%);
        -ms-transform: translateY(-45%);
        transform: translateY(-45%);
        width: 130px;
        text-align: center;
        font-size: 1.3em;
        color: #39424b
    }

    .circle .sp_subtai_2 {
        position: absolute;
        display: inline-block;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: 15px;
        width: 130px;
        text-align: center;
        font-size: .8em;
        color: #39424b
    }

    .circle .sp_subtai_3 {
        position: absolute;
        display: inline-block;
        left: 0;
        top: 45%;
        -webkit-transform: translateY(-45%);
        -ms-transform: translateY(-45%);
        transform: translateY(-45%);
        width: 130px;
        text-align: center;
        font-size: 1.3em;
        color: #b40014
    }

    .circle .sp_subtai_4 {
        position: absolute;
        display: inline-block;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: 15px;
        width: 130px;
        text-align: center;
        font-size: .8em;
        color: #b40014
    }

    .parent {
        text-align: center
    }

    .sp_tel_ablack {
        color: #000
    }

    .con_top {
        margin-top: -44px
    }

    .con_top h2 {
        font-size: 2.5em;
        letter-spacing: .1em;
        text-align: center;
        line-height: 1em
    }

    .wrap {
        width: 90%;
        margin: 0 auto
    }

    h2 {
        margin: 0
    }

    .title_p {
        margin-top: 15px;
        text-align: left;
        font-size: .9em;
        text-align: justify;
        letter-spacing: .5px
    }

    .inner {
        padding: 0 0 38px 0
    }

    .we_top_fair_img .inner {
        padding: 30px
    }

    .news {
        padding: 28px
    }

    .con1_in1 {
        width: 100%;
        float: none;
        display: block
    }

    .con1_in2 {
        float: none;
        padding-left: 0;
        width: 100%
    }

    .title_02 {
        font-size: 24px;
        text-align: center
    }

    .title_03 {
        font-size: 14px;
        text-align: center;
        padding: 0 0 10px 0
    }

    .title_04 {
        line-height: 1.8em;
        font-size: 1em;
        text-align: left
    }

    .title_04 br {
        display: none
    }

    .inner .title_05 {
        font-size: 24px;
        padding-bottom: 10px
    }

    .con2 {
        flex-flow: row wrap;
        display: flex;
        padding: 0 0 50px 0
    }

    .con2_in1 {
        order: 2;
        width: 100%;
        float: none;
        padding-top: 10px;
        padding-right: 0
    }

    .con2_in2 {
        order: 1;
        width: 100%;
        float: none
    }

    #footer_logo {
        padding: 0 0 50px 0
    }

    #footer_con {
        margin-left: 0;
        padding-left: 25px
    }

    #footer_01 {
        float: none;
        width: 100%
    }

    #footer_02 {
        float: none;
        width: 100%;
        padding-top: 20px
    }

    #footer_03 {
        float: none;
        width: 100%;
        padding-top: 20px
    }

    #footer_04 {
        float: none;
        width: 100%;
        padding-top: 20px
    }

    #footer_05 {
        float: none;
        width: 100%;
        padding-top: 20px
    }

    #footer_06 {
        float: none;
        width: 100%;
        padding-top: 20px
    }

    #footsns ul li:last-child {
        padding: 0
    }

    #footsns {
        padding: 20px 0
    }

    .global_footer {
        padding: 38px 0 50px
    }

    .global_footer_header {
        margin-bottom: 0
    }

    #ten_01 {
        float: none;
        width: 100%;
        padding-left: 25px
    }

    #ten_02 {
        float: none;
        width: 100%;
        padding-left: 25px;
        padding-top: 15px
    }

    #ten_03 {
        float: none;
        width: 100%;
        padding-left: 25px;
        padding-top: 15px
    }

    .tab1 {
        width: auto
    }

    #ten_04 {
        float: none;
        width: 100%;
        padding-left: 25px;
        padding-top: 15px
    }

    .title {
        font-size: 17px;
        font-size: 1.2em
    }

    .title_p br {
        display: none
    }

    .br_none br {
        display: none
    }

    .we_top_fair_all {
        max-width: 200px
    }

    .we_top_fair_all_in {
        height: 30px;
        line-height: 30px;
        font-size: .8em
    }

    .we_top_fair_all_in span {
        right: 10px
    }

    .we_top_fair_all_in span:after {
        width: 6px;
        height: 6px;
        right: -2em
    }

    .we_top_fair_all_in2 {
        height: 45px;
        line-height: 45px;
        font-size: .8em
    }

    .we_top_fair_all_in2 span {
        right: 10px
    }

    .we_top_fair_all_in2 span:after {
        width: 6px;
        height: 6px;
        right: -2em
    }

    .con_top_posi2 {
        bottom: 10px
    }

    .inner_we h2 {
        font-size: 17px
    }

    .title_p_we {
        margin-top: 20px;
        text-align: left;
        font-size: .9em
    }

    .title_p_we {
        text-align: left;
        margin-top: 0
    }

    .title_p_we br {
        display: none
    }

    .inner_we {
        padding-bottom: 38px
    }

    .con1 {
        padding: 40px 0 10px 0
    }

    .con2 {
        padding: 40px 0 10px 0
    }

    #blog {
        margin-top: 80px
    }

    .plan_com {
        padding-top: 20px
    }

    #blog h2.brfa_fatitle {
        font-size: 1.1em;
        padding-bottom: 5px
    }

    .plan_com p {
        font-size: 1em
    }

    .map_section {
        margin-bottom: 60px
    }

    .con_top img {
        height: 280px;
        width: 100%;
        object-fit: cover
    }

    .topic_hiduke_to {
        padding: 0 10px 5px;
        left: 10px
    }

    .blog_tokuten {
        padding: 15px;
        font-size: .8em
    }

    .tokuten_2 {
        right: 5px
    }

    .topics_all p {
        font-size: .8em
    }

    .fair_th_hiduke {
        font-size: .8em
    }

    .fair_in_tr td {
        font-size: .8em
    }

    .fair_td_btm {
        padding: 10px 5px
    }

    .con2_in1pr {
        float: none;
        padding-top: 0;
        padding-right: 0
    }

    .con2_sp {
        margin-top: 38px;
        padding-bottom: 50px
    }

    .co_p a {
        color: #000
    }

    .co_p {
        font-size: .8em
    }

    .landingpr {
        margin-bottom: 20px
    }

    #pr_slo {
        margin: 20px 50px 100px 50px
    }

    img {
        max-width: 100%
    }

    .fair_chui {
        font-size: .8em
    }

    .si_chui_wrap {
        font-size: 1.2em;
        padding-top: 50px
    }

    .h215 {
        font-size: 1.5em
    }

    .slider_in {
        width: auto
    }

    .slick-dotted.slick-slider {
        margin-top: 10px
    }

    .slider4 p {
        text-align: left;
        font-size: .8em;
        width: 94%
    }

    .topic_title {
        font-size: .9em;
        width: 94%
    }

    .topic_inner img {
        width: 100%;
        max-width: 100%;
        height: 100%
    }

    #repowrap_all h3 {
        max-width: unset;
        width: 100%;
    }

    #topics_wrap .topics {
        padding: 10px 0 50px 0
    }

    #repowrap_all {
        width: 100%;
        margin-top: 100px;
        margin-bottom: 150px
    }

    .slider_con_repo {
        float: none;
        padding: 0;
        margin: 0 auto;
        height: 380px;
        margin-bottom: 50px
    }

    #repowrap_all h2 {
        font-size: 1.7em
    }

    #repowrap {
        width: 100%;
        margin-top: 100px
    }

    #repowrap h2 {
        font-size: 1.7em
    }

    #blog h2 {
        font-size: 1.5em;
        letter-spacing: .1em
    }

    .sanretsu_p {
        margin-top: 15px;
        text-align: left;
        font-size: .9em;
        text-align: justify;
        letter-spacing: .5px
    }

    .we_top_fair_title {
        font-size: 1.2em
    }

    .slider_wrap {
        padding-top: 15px
    }

    #topics_wrap .topics {
        padding: 10px 0 0 0
    }

    .we_footer_h3 {
        font-size: 1.2em
    }

    .we_footer_p {
        font-size: .9em
    }

    #calendar_wrap {
        padding-top: 30px
    }

    .topic_hiduke1_to {
        font-size: .9em
    }

    .topic_hiduke2_to {
        font-size: 1.5em
    }

    .topic_hiduke3_to {
        font-size: .7em
    }

    .blog_text {
        font-size: .9em;
        margin-top: 10px;
    }

    .form_bot {
        font-size: 1em;
        padding-top: 40px
    }

    .fair_td_btm {
        padding: 10px 15px
    }

    #top_page .con_top_shi {
        padding-top: 0
    }

    .top_con_sp {
        width: 90%;
        margin: 0 auto
    }

    #sp_top_we_b .topics {
        padding: 0 0 50px 0;
        padding-top: 0
    }

    .slider_con_repo {
        display: block;
        margin-bottom: 100px
    }

    .slider_con_repo:nth-child(even) {
        margin: 0 auto;
        display: block;
        margin-bottom: 100px
    }

    .slider_con_repo .topic_inner {
        height: auto
    }
}

@media screen and (max-width:700px) {
    #blog .content_in {
        width: 100%
    }

    #blog_top img {
        max-width: 100%;
        height: 300px
    }
}

@media screen and (max-width:425px) {
    #we_top_img img {
        object-position: -250px 0px;
    }

    .con_top_kasaneru {
        bottom: 20px
    }

    .con_top_kasaneru_in_btm {
        max-width: 230px;
        padding: 10px 10px;
        font-size: 13px
    }

    .slider_con {
        float: none;
        width: 100%;
        margin: 0 auto;
        padding-bottom: 0
    }

    .slider_con:last-child {
        display: block;
        padding: 0
    }

    .slider_wrap {
        padding-bottom: 0
    }

    #blog .content_in {
        width: 100%
    }

    .we_slider {
        text-align: center;
        max-width: 370px;
        max-height: 350px;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 30px
    }

    .topic_hiduke1 {
        font-size: .8em
    }

    .topic_hiduke2 {
        font-size: 1.5em
    }

    .topic_hiduke3 {
        font-size: .5em
    }

    .topic_hiduke {
        padding: 0 10px 5px
    }

    #blog_top img {
        height: 200px
    }

    .we_top_fair_img .inner {
        padding: 30px 0
    }

    .topic_inner {
        height: 200px
    }
}

@media screen and (max-width:375px) {
    #we_top_img img {
        object-position: -270px 0px;
    }

    .we_slider {
        text-align: center;
        max-width: 270px;
        max-height: 250px;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 30px
    }
}

#bridalrepo_link {
    padding: 20px 0
}

.item_con {
    width: 100%;
    overflow: hidden
}

.item_con li {
    width: 25%;
    height: auto;
    padding: 20px;
    width: 308px
}

.item_img_wrap {
    width: 308px;
    height: 308px;
    margin: 0 auto;
    position: relative;
    width: 250px;
    height: auto
}

.item_img_wrap img {
    width: 100%;
    max-height: 100%;
    object-fit: cover
}

.item_con li {
    overflow: hidden;
    float: left
}

.item_sold {
    font-size: 1.5em;
    letter-spacing: 2px;
    color: #fff
}

.item_sold_back {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(121, 82, 0, 0.8);
    padding: 5px 0
}

.item_con li {
    width: 17.2%;
    border: 1px solid #ccc;
    border-left: 0;
    min-width: 258px
}

.item_con li:nth-child(1) {
    border-left: 1px solid #ccc
}

.item_con li:nth-child(6) {
    border-left: 1px solid #ccc
}

.item_con li:nth-child(11) {
    border-left: 1px solid #ccc
}

.item_con li:nth-child(n+6) {
    border-top: 0
}

ul.item_con {
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

#item_kashi {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto
}

.item_ne {
    text-align: right;
    font-size: 1.3em
}

.item_huto {
    font-weight: 500
}

.item_memo {
    border-top: 1px dotted #795200;
    padding-top: 5px;
    margin-top: 5px
}

#blog div.item_title h3 {
    font-size: 1.3em
}

.item_you {
    padding-bottom: 10px
}

.item_con_wrap {
    margin-top: 50px
}

#item_otoi {
    width: 50%;
    margin: 0 auto
}

#panku_wrap {
    clear: both;
    border-bottom: 1px solid #fff;
    background: #ededed
}

#panku {
    width: 900px;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 0;
    font-size: .8em
}

#panku a {
    color: #000
}

#breadcrumb ul li {
    float: left
}

#breadcrumb ul li:after {
    content: "＞";
    padding-left: 5px;
    padding-right: 5px
}

#blog .blog_all h3 {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1em;
    padding-top: 0
}

.blog_all img {
    width: 100%;
    height: auto
}

#blog_honbun {
    padding-top: 20px
}

.blog_all_wrap {
    margin-top: 40px
}

.blog_all_a {
    position: relative
}

.blog_all_a a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999px
}

.blog_all_a ul {
    overflow: hidden;
    margin-bottom: 20px
}

.blog_all_a ul li {
    float: left;
    box-sizing: border-box !important
}

.blog_all_a ul li img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    padding: 0
}

.blog_01 {
    width: 120px
}

.blog_02 {
    width: 535px;
    padding-left: 15px;
    height: 120px
}

.blog_02 p {
    text-align: left;
    padding-top: 10px;
    line-height: 1.3em
}

#blog .blog_02 h3 {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1em;
    padding-top: 0
}

.blog_03 {
    padding: 31px 0
}

.blog_all_a {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.blog_all_a:hover {
    opacity: .7
}

.blog_03 .term {
    background: #795200;
    display: inline-block;
    font-size: .8em;
    padding: 3px 3px;
    color: #fff
}

.pagination-box {
    position: relative;
    overflow: hidden;
    margin-top: 100px
}

.pagination ul {
    position: relative;
    left: 50%;
    float: left
}

.pagination ul li {
    display: inline;
    margin: 0 2px;
    padding: 0;
    font-weight: bold;
    position: relative;
    left: -50%;
    float: left
}

.pagination ul li a,
.pagination ul li .current,
.pagination ul li .dots {
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px 15px;
    background: #bca87f;
    text-decoration: none;
    vertical-align: middle
}

.pagination ul li .current,
.pagination ul li .dots {
    background: #fff
}

.top_blog a {
    color: #000
}

.top_blog_con {
    text-align: left;
    border-bottom: 1px dashed #000;
    margin-bottom: 15px
}

.top_blog_con .term {
    display: inline
}

.top_blog_con .topic_title {
    margin-top: 0;
    font-size: 1.2em
}

@media screen and (max-width:1500px) {
    .item_con_wrap {
        width: 960px;
        margin: 0 auto;
        margin-top: 30px
    }

    .item_con li {
        width: 29%
    }

    .item_con li:nth-child(n+4) {
        border-top: 0
    }

    .item_con li:nth-child(4) {
        border-left: 1px solid #ccc
    }
}

@media screen and (max-width:768px) {
    .blog_02 {
        width: 70%;
        padding-top: 0;
        padding: 0 5px
    }

    #blog .blog_02 h3 {
        padding: 0
    }
}

@media screen and (max-width:559px) {
    .blog_01 {
        width: 30%
    }

    .blog_02 {
        width: 70%
    }
}

@media screen and (max-width:425px) {
    .blog_all_a ul li {
        float: none
    }

    .blog_01 {
        width: 100%
    }

    .blog_02 {
        width: 100%;
        padding: 15px 0
    }

    .blog_03 {
        padding: 0
    }

    .blog_all_a ul li img {
        width: 100%;
        height: 200px
    }
}

@media screen and (max-width:767px) {
    .item_con_wrap {
        width: 99%
    }

    .item_con li {
        width: 46%;
        min-width: 45%;
        padding: 10px
    }

    .item_con li:nth-child(n+3) {
        border-top: 0
    }

    .item_con li:nth-child(3) {
        border-left: 1px solid #ccc
    }

    .item_con li:nth-child(5) {
        border-left: 1px solid #ccc
    }

    .item_con li:nth-child(4) {
        border-left: 0
    }

    .item_con li:nth-child(6) {
        border-left: 0
    }

    #item_otoi {
        width: 100%
    }

    .item_con li:nth-child(6) {
        border-left: 1px solid #ccc
    }
}

@media screen and (max-width:603px) {
    .item_con li {
        width: 100%;
        float: none;
        border: 0;
        border: 1px solid #ccc;
        margin-top: 10px
    }

    .item_con li:nth-child(4) {
        border-left: 1px solid #ccc
    }

    .item_con li:nth-child(n+3) {
        border-top: 1px solid #ccc
    }

    .item_con li:nth-child(n+6) {
        border-top: 1px solid #ccc
    }

    .item_con li:nth-child(n+9) {
        border-top: 1px solid #ccc
    }

    .item_con li:nth-child(n+12) {
        border-top: 1px solid #ccc
    }
}

@media screen and (max-width:950px) {
    #panku {
        width: 95%
    }
}

@media screen and (min-width:767px) and (max-width:942px) {
    .con1_in1 {
        width: 40%
    }

    .con1_in2 {
        width: 300px
    }

    .con2_in2 {
        width: 40%
    }

    .con2_in1 {
        width: 300px;
        padding-left: 55px
    }

    .title_p {
        padding: 0 20px
    }
}

.qtip-titlebar,
.qtip-content {
    display: none
}

#blog #calendar_wrap h2 {
    font-family: "bodoni-urw", serif;
    font-size: 1.8em
}

.fc-ltr .fc-basic-view .fc-day-number {
    font-family: "bodoni-urw", serif
}

.fc-list-header-right {
    font-weight: normal
}

.fc-list-header-left {
    font-weight: normal
}

@media screen and (max-width:513px) {
    .fc-day-grid-event {
        padding: 6px
    }
}

@media screen and (max-width:320px) {
    #we_top_img img {
        object-position: -330px 0px;
    }
}

/* 7/8プラン追加 */

.plan_to {
    background: #ededed;
    border-bottom: 2px solid #fff;
}

#panku_wrap {
    border-bottom: 2px solid #fff;
}

.plan_to_in {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 0;
}

.plan_to_in .plan_to_en {
    font-size: 2.2em;
    letter-spacing: 5px;
    color: #000;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 1.5em;
}

.plan_to_in h2.plan_to_title {
    text-align: center;
    font-size: 1.5em;
    margin: 0;
    line-height: 1.5em;
    margin-bottom: 20px;
}

.planto_con {
    overflow: hidden;
    clear: both;
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
}

.planto_con_in1 {
    width: 45%;
    float: left;
    position: relative;
}

.planto_con_in2 {
    width: 55%;
    float: left;
    padding: 0 30px;
    box-sizing: border-box !important;
}

.planto_con_in1_icon {
    position: absolute;
    top: 0;
    left: 20px;
}

.planto_con_in1_icon p {
    font-size: 1.5em;
    width: 2em;
    line-height: 1em;
    padding: 20px 15px;
    font-weight: 500;
}

.planto_con_in1 img {
    vertical-align: bottom !important;
}

.plto_icon_ba1 {
    background: rgb(121, 82, 0, 0.8);
    color: #fff;
}

.plto_icon_ba2 {
    background: rgb(180, 0, 20, 0.8);
    color: #fff;
}

.plan_to_title2 {
    font-size: 1.5em;
    line-height: 1.2em;
    margin-bottom: 10px;
}

.plan_to_subtitle {
    font-size: 1.5em;
    line-height: 1.2em;
    margin-bottom: 10px;
}

@media screen and (max-width: 900px) {
    .plan_to_in {
        max-width: 700px;
    }

    .planto_con_in2 {
        padding: 0px 10px;
    }
}

@media screen and (max-width: 768px) {
    .plan_to_in {
        max-width: 90%;
    }

    .planto_con_in1,
    .planto_con_in2 {
        width: 100%;
    }

    .plan_to_in .plan_to_en,
    .plan_to_in h2.plan_to_title {
        font-size: 1.2em;
    }

    .plan_to_in .plan_to_en {
        letter-spacing: .1em;
    }

    .plan_to_title2,
    .plan_to_subtitle {
        text-align: center;
        font-size: 1.2em;
    }

    .plan_to_title2 {
        margin: 10px 0 5px 0;
    }

    .planto_con_in1_icon p {
        padding: 20px;
    }

    #plan_all .content_in {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 425px) {
    .planto_con_in2 {
        padding: 0;
    }

    .plan_to_title2,
    .plan_to_subtitle {
        font-size: 1.1em;
    }

    p.plan_to_sestu {
        font-size: 0.8em;
    }

    .planto_con {
        padding: 20px;
    }

    .planto_con_in1_icon p {
        font-size: 1em;
    }

    .plan_to_in h2.plan_to_title {
        font-size: 1em;
    }
}

@media screen and (max-width: 320px) {
    .planto_con {
        padding: 10px;
    }
}


.blog_foot {
    overflow: hidden;
}

.blog_foot ul {
    width: 100%;
}

.blog_foot ul li {
    float: left;
    width: 345px;
    position: relative;
}

.blog_foot ul li:first-child {
    margin-right: 10px;
}

.blog_foot ul li img {
    vertical-align: bottom !important;
}

.blog_ba_imgba {
    background-color: #000;
}

.blog_ba_imgba img {
    opacity: 0.6;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.blog_ba_imgba img:hover {
    opacity: 0.4;
}

.blog_ba_bu {
    position: absolute;
    top: 0;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.blog_ba_bu .bu_01 {
    font-size: 2em;
    line-height: 1em;
    text-shadow: 2px 2px 3px #ccc;
}

.blog_ba_bu .bu_02 {
    line-height: 1em;
    text-shadow: 2px 2px 3px #ccc;
}

.we_foot {
    margin-top: 150px;
}

.we_foot ul li {
    width: 49%;
}

.we_foot ul li:first-child {
    margin-right: 2%;
}

.we_foot ul li img {
    object-fit: cover;
    height: 150px;
    width: 100%;
}

@media screen and (max-width:768px) {
    .blog_foot ul li:first-child {
        margin-right: 2%;
    }

    .blog_foot ul li {
        width: 49%;
    }

    .we_foot ul li img {
        height: 180px;
        width: 100%;
    }

    .we_foot ul li {
        width: 100%;
        float: none;
    }

    .we_foot ul li:first-child {
        margin: 0;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:600px) {
    .blog_foot {
        width: 90%;
        margin: 0 auto;
    }

    .we_foot {
        width: 100%;
        margin-top: 100px;
    }

    .blog_ba_bu .bu_01 {
        font-size: 1.5em;
    }

    .blog_ba_bu .bu_02 {
        font-size: 0.8em;
    }
}

@media screen and (max-width:425px) {
    .we_foot ul li img {
        height: 120px;
    }
}



.wp-embed-excerpt,
.wp-embed-site-icon {
    display: none;
}

.wp-embed-site-title a {
    padding: 0;
    font-size: 0.8em;
}

.wp-embed-footer {
    margin-top: 10px;
}

p.wp-embed-heading {
    font-size: 1em;
    margin: 0;
}

.banar_text {
    text-align: center;
    margin-top: 10px;
    font-size: 1.2em;
    font-weight: bold;
}

.banar_text a {
    color: #009bff;
}

.we_top_fair_img {
    background: transparent;
}

.fc-event.eo-event-past {
    display: none;
}

.fc-list-header-left {
    float: right !important;
    padding-right: 0 !important;
    padding-left: 5px !important;
}

.fc-list-header-right {
    float: left !important;
    padding-right: 5px !important;
    padding-left: 0 !important;
}

.item_con_wrap {
    margin-bottom: 50px;
}

.reserve_btn {
    width: 100%;
}

.reserve_btn a {
    padding: 30px;
    background: #b40014;
    text-align: center;
    color: #fff;
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1;
    margin: 0 auto;
    margin-bottom: .5em;
    display: block;
    text-decoration: none;
}

.blog_text iframe {
    width: 100%;
}


.header_title_h1 {
    text-align: center;
    font-size: 0.85em;
}

@media screen and (max-width: 768px) {
    .header_title_h1 {
        font-size: 9px;
        padding: 10px;
        width: 80%;
        text-align: left;
    }

    .slider_con_repo .topic_inner {
        width: 100%;
        max-width: unset;
    }

    .slider_con_repo .topic_inner img {
        width: 100%;
        max-width: unset;
    }
}

@media screen and (max-width: 1200px) {
    #hedsns {
        bottom: 10px;
    }
}



/* ウェディングトップにアクセス追加 */
.top_con_map {
    margin-top: 15px;
}

.top_con_map .top_con_img {
    position: relative;
    padding-top: 40%;
}

.top_con_map .top_con_img iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top_con_map .top_con_map_addr {
    margin-top: 10px;
}

.top_con_map .top_con_map_addr img {
    width: auto;
}

.top_con_map .top_con_map_addr a {
    color: #000;
}


#repowrap h3 {
    padding-top: 0;
    padding-bottom: 20px;
    font-weight: bold;
}

#repowrap .name_area {
    font-size: 1.2em;
    color: #795200;
    font-weight: 500;
}