/* Theme Name: grapefruitmoon
   Author: moritosakana-design
*/

/* 1220px以下 */

@media screen and (max-width:1220px) {
    
   
}

@media screen and (max-width:1110px) {

    
 
}

@media screen and (max-width:960px) {
    .header-wrapper {
        display: block !important;
        width: 100% !important;
    }
    
    header {
        height: auto !important;
    }
    
    .header-left nav ul {
        padding-top: 0 !important;

    }
    
    .header-right {
        width: 90% !important;
        margin: auto;
    }
    
    .header-left {
        width: 90% !important;
        margin: 15px auto 0;
        padding-bottom: 20px;
    }
    
    .top_wrapper {
        width: 95%;
    }
    
    .top_left {
        width: 40% !important;
    }
    
    #pickup, .top_side {
        width: 50% !important;
    }
    
    .footer {
        width: 90% !important;
    }
    
    .wrapper {
        width: 95% !important;
    }
    
    .wrapper-left {
        width: 70% !important;
    }
    
    .wrapper-right {
        width: 30% !important;
    }
   
}

/* 870px 以下 */
@media screen and (max-width:870px) {
    
    .footer {
        flex-direction: column;
    }
    
    .footer-left {
        width: 100% !important;
        text-align: center;
        padding-right: 0 !important;
    }
    
    .footer-right {
        width: 100% !important;
        text-align: center;
        padding-left: 0 !important;
    }
    
    .footer-right nav ul {
        display: block !important;
    }
    
    .footer-right nav li {
        margin-bottom: 10px;
        padding-top: 5px;
    }
    
    .footer-right nav li a {
        border-bottom: 1px solid gold;
        padding-bottom: 5px;
        font-size: 1rem !important;
    }
    
    .footer-right .footer-in {
        padding: 8px 0 0 !important;
    }
    
    .footer-in li {
        padding-bottom: 0 !important;
    }
    
    .footer-in li a {
        border-bottom: 1px dashed gold !important;
        
    }
    
    
}

/* 730px 以下 */

@media screen and (max-width:730px) {
    
    .top_right {
        display: block !important;
        width: 50% !important;
    }
    
    .top_left {
        width: 50% !important;
    }
    
    #pickup, .pbox,.top_side {
        width: 100% !important;
    }
    
}

/* 700px 以上 */

@media screen and (min-width:700px) {
    .sp-menu {
        display: none;
    }
  
}

/* 700px 以下 */

@media screen and (max-width:699px) {
    .header-left nav {
        display: none;
    }
    
    .btn {
        background: transparent url(./img/btn.png) no-repeat 0 0;
        display: block;
        width:35px;
        height: 35px;
        position: absolute;
        top:35px;
        right:27px;
        cursor: pointer;
        z-index: 200;
    }

    .peke {
        background-position: -35px 0;
    }
    
    .drawr {
        display: none;
        background-color: rgba(255,255,255,0.8);
        position: absolute;
        top: 0px;
        left:0;
        padding:90px 0 20px 0px;
        z-index: 100;
        text-align: center;
        width: 90%;
        margin: 0 auto;
    
    }
    
    .drawr ul {
        margin: 0 auto 15px;
        font-family: "montserrat", sans-serif;
        font-weight: 300;
    }
   
    .drawr li {
        padding-bottom: 15px;
    }
    
    .drawr li a {
        text-decoration: none;
        font-size: 1.3rem;
        opacity: 1;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        color: #000;
        z-index: 120;
        border-bottom: 1px dashed #bcbcbc;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }
    
    .header-left {
        margin-top: 0px !important;
        padding-bottom: 0px !important;
    }
  
    .wrapper {
        display: block !important;
    }
    
    .wrapper-left {
        width: 100% !important;
        padding: 40px 0 0 0 !important;
    }
    
    .wrapper-right {
        width: 100% !important;
    }
    
    .wrapper-right .calender-index {
        margin-top: 15px !important;
    }
    
    .wrapper-right .twitter {
        display: none;
    }
    
}

@media only screen and (max-device-width: 1024px) {
    .wrapper-right .twitter {
        display: none;
    }
    
    .home .twitter {
        display: none;
    }
}

@media screen and (max-width: 640px) {
	/* 640px以下用の記述 */
	.gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
		width: 48%;
		margin: 0 1%;
	}
	.gallery-columns-5 .gallery-item {
		width: 31.33333%;
		margin: 0 1%;
	}
        
        .about-icon {
            width: 20% !important;
        }
        
        .about-docs {
            width: 80% !important;
        }
}

/* 480px 以下 */

@media screen and (max-width:480px) {
    
    .top_wrapper {
        display: block!important;
    }
    
    .top_left {
        width: 90% !important;
        margin: auto;
    }
    
    .top_right {
        width: 90% !important;
        margin: auto;
        margin-left: auto !important;
    }
    
    #pickup,.pbox,.top_side {
        width: 100% !important;
    }
    
    .home .twitter,
    .home .sns {
        display: none;
    }
    
    .header-wrapper {
        position: fixed;
        z-index: 10000;
        background: #000;
        height: 110px;
    }
    
    .top-page, .container, #contents {
        padding-top: 110px;
    }
    
    #top_img {
        height: 300px !important; 
    }

    #top_img img {
        height: 220px !important;
    }
    
    .wrapper {
        width: 90% !important;
    }
    
    .archive-pagination h2 {
        padding: 5px 5px !important;
    }
    
    .month-title h2 a {
        padding: 5px 0 !important;
    }
    
    .about-icon {
            width: 30% !important;
        }
        
        .about-docs {
            width: 70% !important;
        }
    
    
}

/* ベーシック*/

html {
    font-family: sans-serif;
    font-size: 16px;
}


body {
    width: 100%;
    margin: 0 auto;
    word-wrap: break-word;
    font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
}

li {
    list-style: none;
    cursor: pointer;
}

a {
    
    text-decoration: none;
}

a:hover {
    
}

a:hover img {
    opacity: 0.6;
}


ul {
    padding-left: 0;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

h1,h2,h3,h4 {
    margin: 0;
}

.en {
    font-family: "montserrat", sans-serif;
    font-weight: 300;
}

/* header */

header {
    background: #000;
}

.header-wrapper {
    display: flex;
    -webkit-display: flex;
    max-width: 900px;
    margin: auto;
}

.header-right {
    width: 40%;
    display: flex;
    -webkit-display: flex;
}

.header-right h1, .name {
    font-size: 1.2rem;
    font-weight: normal;
    padding-top: 32px;
    padding-left: 10px;
    color: #fff;
    font-family: sans-serif;
    line-height: 1.3em;
}

.header-right img {
    width: 100px;
    padding: 5px 0;
}

.header-left {
    width: 60%;
}

.header-left nav ul {
    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding-top: 33px;
    font-family: "montserrat", sans-serif;
    font-weight: 300;
    
}

.header-left nav ul li a {
    text-decoration: none;
    font-size: 0.8rem;
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: #fff;
}

.header-left nav ul li a:hover {
    opacity: 0.6;
}

.header-left nav li .active {
    border-bottom: 1px dashed gold;
    padding-bottom: 5px;
}




/* ページ */

.top-page, .page-id-15 .container, .page-id-17 .container,
.parent-pageid-17 .container, .archive #contents, .single #contents {
    background: url(./img/gf5104.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 30px;
    display: block;
    min-height: 100vh;
    background-attachment: fixed;
}

/* トップ動画 */

#top_v {
    max-width: 900px;
    margin: 0 auto 30px;
    text-align: center;
}

#top_v iframe {
    width: 85%;
    max-width: 600px;
}

#top_v img {
    width: 100%;
    height: auto;
}

#top_v a:hover img {
    opacity: 0.9;
}

/* スライドショー */

#top_img {
    max-width: 900px;
    height: 500px;
    margin: auto;
    padding-top: 30px;
}

#top_img img {
    width: auto;
    height: 420px;
    margin: auto;
}

.bx-wrapper {
    background: rgba(255,255,255,0.3) !important;
    border: none !important;
    box-shadow: none !important;
}

.bx-viewport {
    max-height: 450px;
}

.bx-caption span {
    text-align: center !important;
    font-size: 1rem !important;
}

.textwidget p {
    margin: 0;
}

/* トップページ レイアウト */

.top_wrapper {
    display: flex;
    -webkit-display: flex;
    max-width: 900px;
    margin: auto;
}

.top_left {
    width: 25%;
}

.top_right {
    width: 75%;
    display: flex;
    -webkit-display: flex;
    margin-left: 15px;
}

#pickup {
    width: 70%;
}

.top_side {
    width: 30%;
}

/* トップページ 左 */

.today_box {
    background-color: #bcbcbc;
    opacity: 0.8;
    border: 5px solid #fff;
    padding: 10px;
    border-radius: 0 0 15px 15px;
    margin-bottom: 15px;
    min-width: 215px;
}

.today_box a,.pbox a {
    color: #000;
}

.today-index {
    background-color: red;
    color: #fff;
    display: inline-block;
    font-family: montserrat;
    font-size: 1.2rem;
    padding: 0 5px;
    margin-bottom: 5px;
}

.gdate {
    font-weight: bold;
    font-size: 1rem;
    padding: 5px 0 0 0px;
}

.gtitle {
    font-weight: bold;
    margin: 5px 0;
    
}

.gimg a:hover,
.gtitle a:hover {
    opacity: 0.6;
}

.gimg {
    margin: 10px 0;
}

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

.gact {
    margin-bottom: 5px;
}

.readmore {
    text-align: right;
    margin-top: 10px;
    font-family: "montserrat", sans-serif;
    font-weight: 300; 
    font-size: 0.6rem;
}

.readmore a {
    color: #666;
}

.readmore a:hover {
    color: #fff;
}

/* トップページ 左下 */

.twitter {
    min-width: 215px;
    margin-bottom: 15px;    
}

.twitter-widget-wrapper iframe { width: 740px !important; }

.sns {
    background: #fff;
    padding: 10px;
    border-radius: 15px;
    margin-bottom: 15px;
}

.sns_box {
    min-width: 215px;
    margin: 10px 0 15px;
}

.sns-index {
    font-family: montserrat;
    font-size: 1.1rem;
    margin-bottom: 15px;
}

.sns_box img {
    width: 30px;
}

.shop-img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}


/* トップページ 中 */

.pbox {
    background: #fff;
    padding: 10px;
    width: 215px;
    margin-bottom: 15px;
    border-radius: 0 0 15px 0;
}

.p-index {
    background-color: yellow;
    color: #000;
    display: inline-block;
    font-family: montserrat;
    font-size: 0.8rem;
    padding: 5px 10px;
   
}

/* トップページ サイド */

.home .gf_calender {
    margin: 0 auto 15px;  
}

.home .calender-index {
    margin-top: 0;
}

.gf_calender {
    background: #eee;
    margin-bottom: 15px;
    padding: 10px 0;
    width: 100%;
    min-width: 215px;
}

.calender-index {
    margin-top: 114px;
    background-color: #333;
    font-family: montserrat;
    font-size: 0.8rem;
    width: 100%;
    min-width: 215px;
    padding: 10px;
    text-align: center;
}

.calender-index a {
    color: #fff; 
}

.party_box {
    background: #ccc;
    padding: 10px 0;
    margin: 0 auto 15px;
    border-radius: 0 0 15px 0;
    min-width: 215px;
    width: 100%;
}

.party-index {
    background-color: lightsalmon;
    color: #fff;
    font-family: montserrat;
    font-size: 0.8rem;
    display: inline-block;
    padding: 5px 10px;
    margin-left: 10px;
    margin-bottom: 5px;
}

.party_box .gtext {
    padding: 0 10px 20px;
}

.party_box .readmore {
    padding-right: 10px;
}

.news_box {
    background: #fff;
    padding: 10px 0;
    margin: 0 auto 15px;
    border-radius: 0 0 15px 0;
    min-width: 215px;
    width: 100%;
}

.news-index {
    background-color: darkseagreen;
    color: #000;
    display: inline-block;
    font-family: montserrat;
    font-size: 0.8rem;
    padding: 5px 10px;
    margin-left: 10px;
    margin-bottom: 5px;
}

.news_date,.news_title {
    padding: 0 10px;
}

/* ページ レイアウト */

.wrapper {
    display: flex;
    -webkit-display: flex;
    max-width: 900px;
    margin: auto;
}

.wrapper-left {
    width: 75%;
    padding: 40px 15px 15px 5px;
}

.wrapper-right {
    width: 25%;
}


/* スケジュール シングル */

#contents h1 {
    color: #fff;
    padding: 0 0 10px 0;
    font-size: 1.2rem;
}

.month-title {
    display: inline-block;
    
}

.February {
    background: rgba(0,204,255,0.6);
}

.Februarya {
    background: rgba(0,204,255,1);
}

.March {
    background: rgba(255,153,102,0.6);
}

.Marcha {
    background: rgba(255,153,102,1);
}

.April {
    background: rgba(102,204,153,0.6);
}

.Aprila {
    background: rgba(102,204,153,1);
}

.May {
    background: rgba(0,204,204,0.6);
}

.Maya {
    background: rgba(0,204,204,1);
}

.June {
    background: rgba(0,102,204,0.6);
}

.Junea {
    background: rgba(0,102,204,1);
}

.July {
    background: rgba(0,153,255,0.6);
}

.Julya {
    background: rgba(0,153,255,1);
}

.August {
    background: rgba(0,204,102,0.6);
}

.Augusta {
    background: rgba(0,204,102,1);
}

.September {
    background: rgba(204,204,102,0.6);
}

.Septembera {
    background: rgba(204,204,102,1);
}

.October {
    background: rgba(204,153,51,0.6);
}

.Octobera {
    background: rgba(204,153,51,1);
}

.November {
    background: rgba(204,102,51,0.6);
}

.Novembera {
    background: rgba(204,102,51,1);
}

.December {
    background: rgba(204,51,51,0.6);
}

.Decembera {
    background: rgba(204,51,51,1);
}

.January {
    background: rgba(102,255,255,0.6);
}

.Januarya {
    background: rgba(102,255,255,1);
}

.month-title h2 {
    padding: 10px 15px;
    
}

.month-title h2 a {
    color: #fff;
    padding: 10px 15px;
}

.page-wrapper {
    display: flex;
    -webkit-display: flex;
}

.page-left {
    width: 10%;
}

.page-right {
    width: 90%;
    background: #eee;
    padding: 15px;
}

.page-right a {
    color: dodgerblue;
}

.page-right a:hover {
    opacity: 0.6;
}

.page-right h3 a {
    color: #000;
}

.page-right h3 a:hover {
    opacity: 0.6;
}

.title-day {
    text-align: center;
    font-family: montserrat;
    font-size: 1.5rem;
    padding-top: 10px;
}

.date .title-day {
    border-top: 1px dashed #bcbcbc;
}

.title-day a {
    color: #000;
}

.title-days {
    text-align: center;
}

.single-img {
    text-align: center;
}

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

.soldout {
    color: firebrick;
}

.at-below-post{
    margin-top: 15px;
}

.at-below-post-page {
    margin-top: 30px;
}

.single .page-right img {
    width: 100% !important;
    height: auto;
}

.single .page-right iframe {
    max-width: 100%;
}

/* スケジュールアーカイブ */

.date .page-right {
    border-bottom: 1px dashed #bcbcbc;
}

.archive-pagination {
    display: flex;
    -webkit-display: flex;
}

.month-title ul {
    margin: 0;
}

.gtime {
    font-size: 0.6rem;
}

/* サイドバー */

.wrapper-right {
    padding: 12px 0 0 0;
}

#wp-calendar {
    color: #bcbcbc;
}

#wp-calendar a {
    color: gold;
}

#wp-calendar caption {
    border-bottom: 1px solid #bcbcbc;
    padding-bottom: 10px;
    color: #666;
}

.gf_calender table {
    margin: auto;
}

.gf_calender table tfoot #prev {
    text-align: left;
}

.gf_calender table tfoot #prev a {
    color: #666;
}

.gf_calender table tfoot #next {
    text-align: right;
}

.gf_calender table tfoot #next a {
    color: #666;
}

.gf_calender table th {
    color: #bcbcbc;
}

/* サイドバー ブログ */

.news_title a {
    color: #000;
}

.news_title a:hover {
    opacity: 0.6;
}

.textwidget .gtext {
    color: #000;
}

/* ブログ */

.blog-wrapper {
    background: #fff;
    width: 100%;
    padding: 20px;
}

.blog-wrapper img {
    max-width: 100%;
    height: auto;
}

.blog-wrapper iframe {
    max-width: 100%;
}

/* ブログ archive */

.blog-wrap {
    background: #eee;
    width: 100%;
    padding: 15px;
}

.blog-wrap h2 {
    font-weight: normal;
    font-size: 1rem;
    border-bottom: 1px dashed #000;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.blog-wrap h2 a {
    color: #000;
}

.blog-wrap .gdate {
    font-size: 0.7rem;
    color: #666;
}

.pager {
	text-align:center;
        padding-top: 15px;
}
a.page-numbers,
.pager .current{
	background:rgba(0,0,0,0.02);
	border:solid 1px rgba(0,0,0,0.1);
	padding:5px 8px;
	margin:0 2px;
}
.pager .current{
	background:rgba(0,0,0,1);
	border:solid 1px rgba(0,0,0,1);
	color:rgba(255,255,255,1);
}

/* PAGE */

.page h1 {
    font-size: 1.2rem;
}

.page-id-15 h1, .page-id-17 h1,
.parent-pageid-17 h1 {
    color: #fff;
}

.page-id-19 .calender-index,
.page-id-13 .calender-index,
.page-id-15 .calender-index,
.page-id-17 .calender-index,
.parent-pageid-17 .calender-index,
.parent-pageid-19 .calender-index,
.single-staff_blog .calender-index,
.post-type-archive-staff_blog .calender-index

{
    margin-top: 68px;
}

/* FOOD&DRINK */

.page-id-19 .news_box, 
.page-id-19 .sns,
.parent-pageid-19 .news_box,
.parent-pageid-19 .sns,
.page-id-13 .news_box,
.page-id-13 .sns {
    background: #eee;
}

.parent-pageid-19 .contents-wrapper a {
    color: darkturquoise;
    font-size: 1rem;
    border-bottom: 1px solid darkturquoise;
}

.page-id-19 h2 {
    margin-top: 5px;
    margin-left: 5px;
}

.page-id-19 h2 a {
    color: #000;
    border-bottom: 1px solid gold;
}

.page-id-19 h2 a:hover {
    opacity: 0.6;
}

.parent-pageid-19 .contents-wrapper img {
    width: 100%;
    height: auto;
    margin-top: -12px;
}

/* ギャラリー */

.gallery { /** ギャラリーを囲むボックス **/
	width: 100%;
        margin: 12px 0 20px;
        overflow: hidden;
}

.gallery br {display: none;} /** 自動で挿入される clearfix の余白解除 **/

.gallery-item { /** 画像共通のスタイル **/
    float: left;
	margin-bottom: 0 !important;
}
.gallery-icon { /** 画像を囲む dt のスタイル **/
    text-align: center;
}

.gallery-icon img {
	width: 100%;
	height: auto;
	margin-bottom: 10px !important;
}

.gallery-caption { /** キャプション **/
    color: #222;
    font-size: 12px;
    margin: 0 0 10px;
    text-align: center;
}

.gallery-columns-1 .gallery-item { /** カラムなし **/
    width: 100%;
    margin-right: 0;
}
.gallery-columns-2 .gallery-item { /** 2カラム **/
	width: 48%;
	margin: 0 1%;
}
.gallery-columns-3 .gallery-item { /** 3カラム **/
    width: 31.33333%;
	margin: 0 1%;
}
.gallery-columns-4 .gallery-item { /** 4カラム **/
    width: 23%;
    margin: 0 1%;
}
.gallery-columns-5 .gallery-item { /** 5カラム **/
    width: 18%;
    margin: 0 1%;
}



/* ABOUT */

.about-slide {
    margin-top: 11px;
}

.about-text {
    background: #eee;
    padding: 20px;
    margin: 20px 0;
    line-height: 2em;
}

.about-text h3 {
    margin-top: 20px;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}

.about-text a {
    color: darkturquoise;
}

.about-wrapper {
    display: flex;
    -webkit-display: flex;
    margin: 20px 0;
}

.about-icon {
    width: 13%;
}

.about-docs {
    width: 87%;
}

.about-docs a {
    font-size: 0.8rem;
    color: darkturquoise;
    border-bottom: 1px solid lightblue;
}



/* フッター */

footer {
    background: #000;
}

.footer {
    display: flex;
    -webkit-display: flex;
    max-width: 900px;
    margin: auto;
    padding: 20px 10px;
}

.footer-left {
    width: 30%;
    padding-right: 20px;
}

.footer-right {
    width: 70%;
    padding-left: 15px;
}

.footer-name {
    font-size: 1.2rem;
    border-bottom: 1px solid gold;
    padding-bottom: 5px;
}

.footer-name a {
    color: #fff;
}

.footer-logo {
    padding-top: 10px;
}

.footer-logo img {
    width: 100px;
    height: auto;
}

.footer-left .gtext {
    font-size: 0.9rem;
    color: #fff;
}

.footer-sns {
    padding-top: 10px;
}

.footer-sns img {
    width: 30px;
    height: auto;
}

.footer-right nav ul {
    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding-top: 25px;
    font-family: "montserrat", sans-serif;
    font-weight: 300;
    
}

.footer-right nav ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 0.8rem;
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.footer-right nav ul li a:hover {
    opacity: 0.6;
}

.footer-right .footer-in {
    display: block;
    padding-left: 15px;
}

.footer-right .footer-in li {
    padding-bottom: 5px;
    list-style: disc;
}

.copyright {
    text-align: center;
    padding-bottom: 20px;
    color: #fff;
}



/* レイアウト */

.single .wrapper-left,
.single .wrapper-right,
.archive .wrapper-left,
.archive .wrapper-right,
.page .wrapper-left,
.page .wrapper-right,
.error404 .wrapper-left,
.error404 .wrapper-right {
    top: 0;
}


#breadcrumbs {
    overflow: hidden;
}

#breadcrumbs a {
    color: #fff;
}

#breadcrumbs ol {
    display: flex;
    -webkit-display: flex;
    padding-left: 0;
    margin-bottom: 10px;
    color: #fff;
}

#breadcrumbs li {
    
    padding: 0 ;
    font-size: 0.8rem;
    white-space: nowrap;
}

#breadcrumbs li:after {
    content: ' >';
    padding-right: 5px;
}

#breadcrumbs li:last-child:after {
    content: '';
}

#breadcrumbs li:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



/* 固定ページ お問い合わせフォーム */

.parent-pageid-273 .page-title {
    margin-bottom: 0;
}

.mw_wp_form form {
    background: #eee;
    padding: 15px 20px;
    border-radius: 0 30px;
    margin-top: 11px;
}

.mark {
    color: red;
}

.form-wrapper {
    width: 50%;
    margin: 0 auto 30px;
    background: #fff;
    border-radius: 30px;
    padding: 30px 0;
}


.mwform-checkbox-field label {
  display: block;
}

.input-wrapper input {
    width: 70%;
    height: 30px;
    border: 1px solid #666;
}

.mw_wp_form_input textarea {
    width: 100%;
    border: 1px solid #666;
}

.inquiry-title {
      letter-spacing: 1px;
      margin: 10px 0;
      font-weight: bold;
}

.inquiry-button {
    text-align: center;
    margin-top: 15px;
}

.inquiry-text {
    letter-spacing: 1px;
    padding-bottom: 5px;
    border-bottom: 1px solid #83ccd2;
    border-bottom-style: dashed;
    margin: 0 auto 50px;
}


.to_send {
    display: inline-block;
    width: 180px;
    height: 54px;
    border: 1px solid gold;
    background-color: gold;
    color: #fff;
    padding: 5px 15px;
    font-size: 1rem;
    margin: 5px 0;
}

.to_back {
    display: inline-block;
    width: 180px;
    height: 54px;
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
    padding: 5px 15px;
    font-size: 1rem;
    margin: 5px 0;
}

.page-id-779 .about-text {
    margin-top: 11px;
}

*:focus {
outline: none;
}


/* ページ送り */

.navigation h2 {
    display: none;
}

.nav-links {
    display: flex;
    -webkit-display: flex;
}

.nav-previous {
    text-align: left !important;
}

.page-navi {
    padding-bottom: 50px;
}

.page-navi img {
    width: 25px;
    height: 25px;
    position: relative;
    top: 4px;
}

.nav-next {
    margin-left: auto;
}

/* ページナビ */

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

.page-numbers {
    font-weight: bold;
    font-size: 1.2rem;
    margin: 5px;
}

.pagenavi .current {
    width: 15px;
    height: 15px;
    background-color: #bfbfbf;
    padding: 10px;
}

.page-numbers img {
    position: relative;
    top: 7px;
    width: 30px;
    height: auto;
}


/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}