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

/*===================================
    COMMON
===================================*/

html, body {
    height: 100%;
}
body {
    height: 100%;
    /*font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;*/
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 14px;
	color: #000;
	line-height: 2em;
	position: relative;
	background: url("../images/bg_01.jpg") left top repeat;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}

/*-----------------------------------
    tools
-----------------------------------*/

.mb5 { margin-bottom: 5px;}
.mb10 { margin-bottom: 10px;}
.mb15 { margin-bottom: 15px;}
.mb20 { margin-bottom: 20px;}
.mb30 { margin-bottom: 30px;}
.mb40 { margin-bottom: 40px;}
.mb50 { margin-bottom: 50px;}
.mb60 { margin-bottom: 60px;}
.mb70 { margin-bottom: 70px;}
.mb80 { margin-bottom: 80px;}
.mb90 { margin-bottom: 90px;}
.mb100 { margin-bottom: 100px;}
.mt5 { margin-top: 5px;}
.mt10 { margin-top: 10px;}
.mt15 { margin-top: 15px;}
.mt20 { margin-top: 20px;}
.mt30 { margin-top: 30px;}
.mt40 { margin-top: 40px;}
.mt50 { margin-top: 50px;}
.mt60 { margin-top: 60px;}
.mt70 { margin-top: 70px;}
.mt80 { margin-top: 80px;}
.mt90 { margin-top: 90px;}
.mt100 { margin-top: 100px;}
.clearfix::after {
    content: " ";
    display: block;
    clear: both;
}
a {
    text-decoration: none;
	color: #000;
	transition: all 0.3s ease;
}
a:hover {
    text-decoration: none;
	color: #999;
}
a.underline {
    border-bottom: 1px solid #333;
	padding-bottom: 5px;
	transition: all 0.3s ease;
}
a.underline:hover {
    border-bottom: 1px solid #ccc;
}
a.anchor{
    display: block;
    padding-top: 120px;
    margin-top: -120px;
}
.txt_r {
    text-align: right;
}
.txt_c {
    text-align: center;
}
.list_disc {
    margin-left: 1.5em;
    padding: 0;
	list-style-type: disc;
}
.list_decimal {
    margin-left: 1.5em;
    padding: 0;
	list-style-type: decimal;
}
.br_pc_non {
	display: none;
}
.br_sp_non {
	display: block;
}
@media only screen and ( max-width : 736px ) {
.br_pc_non {
	display: block;
}
.br_sp_non {
	display: none;
}
}

/*-----------------------------------
    header
-----------------------------------*/

header {
	width: 100%;
	height: 100px;
	box-sizing: border-box;
	padding: 0 30px;
	position: absolute;
	z-index: 9000;
    display: flex;
    justify-content: space-between;
}
header.scroll {
	position: fixed;
	top: 0;
	left: 0;
    background: url("../images/hdr_bg.jpg") center no-repeat;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
#hdr_logo {
	padding-top: 25px;
}
#hdr_logo a {
    display: block;
    width: 100px;
    height: 71px;
    background: url("../images/logo_white.png") center no-repeat;
}
header.scroll #hdr_logo {
	padding-top: 15px;
}
header.scroll #hdr_logo a {
    background: url("../images/logo_black.png") center no-repeat;
}
#hdr_sns {
    display: flex;
    padding-top: 35px;
    margin-right: 50px;
}
#hdr_fb a {
    display: block;
    width: 25px;
    height: 25px;
    background: url("../images/icon_fb_w.png") no-repeat;
    background-size: 25px;
    margin-right: 10px;
}
#hdr_ig a {
    display: block;
    width: 25px;
    height: 25px;
    background: url("../images/icon_ig_w.png") no-repeat;
    background-size: 25px;
}
header.scroll #hdr_fb a {
    background: url("../images/icon_fb_b.png") no-repeat;
    background-size: 25px;
}
header.scroll #hdr_ig a {
    background: url("../images/icon_ig_b.png") no-repeat;
    background-size: 25px;
}

@media only screen and ( max-width : 736px ) {
header {
	height: 60px;
	padding: 0 20px;
}
#hdr_logo {
	padding-top: 10px;
}
#hdr_logo a {
    width: 60px;
    height: 43px;
    background-size: 60px 43px;
}
header.scroll #hdr_logo {
	padding-top: 10px;
}
header.scroll #hdr_logo a {
    width: 60px;
    height: 43px;
    background-size: 60px 43px;
}
#hdr_sns {
    padding-top: 18px;
}
/*#hdr_fb a {
    width: 25px;
    height: 25px;
    background-size: 25px;
}
#hdr_ig a {
    width: 25px;
    height: 25px;
    background-size: 25px;
}
header.scroll #hdr_fb a {
    background-size: 25px;
}
header.scroll #hdr_ig a {
    background-size: 25px;
}*/
}

/*-----------------------------------
    footer
-----------------------------------*/

/*footer {
    clear: both;
	background-color: #333;
	color: #fff;
	padding: 50px 40px;
	position: relative;
}
footer h1 {
    line-height: 0;
    margin-bottom: 20px;
}
#copy {
    color: #7b7b7b;
	position: absolute;
	right: 40px;
	bottom: 50px;
}

@media only screen and ( max-width : 736px ) {
footer {
	padding: 30px 20px;
}
footer h1 img {
    width: 200px;
}
#ftr_add {
    line-height: 1.6em;
	margin-bottom: 15px;
}
#copy {
	position: relative;
	right: auto;
	bottom: auto;
	text-align: center;
}
}*/

/*---------- sp_ftr_navi ここから ----------*/

#sp_ftr_navi {
	display: none;
}
#copyright {
    text-align: center;
    padding-bottom: 50px;
}

@media only screen and ( max-width : 736px ) {
#sp_ftr_navi {
	display: flex;
	width: 100%;
	height: 50px;
	position: fixed;
	bottom: 0;
	z-index: 8000;
}
#sp_ftr_navi p {
	width: 50%;
	background: #000;
	border-right: 1px solid #fff;
    /*border-top: 1px solid #fff;*/
    box-sizing: border-box;
    line-height: 50px;
    text-align: center;
}
#sp_ftr_navi p:last-child {
	border-right: none;
}
#sp_ftr_navi p a {
	display: block;
	width: 100%;
	height: 100%;
    color: #fff;
}
#sp_ftr_navi_01 span::before {
    content: "";
	display: inline-block;
    width: 17px;
    height: 23px;
    background: url("../images/icon_tel.png");
    background-repeat: no-repeat;
    background-size: 17px 23px;
    position: relative;
    top: 5px;
    margin-right: 5px;
}
#sp_ftr_navi_02 span::before {
    content: "";
	display: inline-block;
    width: 16px;
    height: 23px;
    background: url("../images/icon_map.png");
    background-repeat: no-repeat;
    background-size: 16px 23px;
    position: relative;
    top: 5px;
    margin-right: 5px;
}
#copyright {
    padding-bottom: 80px;
}
}

/*---------- sp_ftr_navi ここまで ----------*/

/*===================================
    Top
===================================*/

#main {
    clear: both;
    width: 100%;
	height: 100vh;
	position: relative;
}
#main_txt {
    position: absolute;
	top: 55%;
	left: 80px;
    transform: translateY(-50%);
    z-index: 200;
    opacity: 0;
    transition: 1s;
}
#main_txt.main_txt_active {
    top: 50%;
    opacity: 1;
    transition-delay: 0.8s;
}
#main_copy_en {
    font-size: 6.5vw;
    line-height: 1em;
    color: #fff;
    font-family: 'EB Garamond', serif;
    font-weight: 400;
    letter-spacing: 0.05em;
	margin-bottom: 40px;
}
#main_copy_ja {
    font-size: 1.8vw;
    color: #fff;
}

@media only screen and ( max-width : 736px ) {
#main {
	/*height: calc(100vh - 60px);*/
}
.margin_top {
    margin-top: 60px;
}
#main_txt {
	left: 20px;
}
#main_copy_en {
    font-size: 40px;
    line-height: 1.2em;
	margin-bottom: 10px;
}
#main_copy_ja {
    font-size: 20px;
}
#main_gradation {
	height: calc(100vh - 60px);
}
}

/*-----------------------------------
    Slick
-----------------------------------*/

.main_slide div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    position: relative;
    z-index: 100;
}
.main_slide div.main_slide_01 {
    background-image: url("../images/main_01.jpg");
}
.main_slide div.main_slide_02 {
    background-image: url("../images/main_02.jpg");
}
.main_slide div.main_slide_03 {
    background-image: url("../images/main_03.jpg");
}

@media only screen and ( max-width : 736px ) {
.main_slide div.main_slide_01 {
    background-image: url("../images/main_01_sp.jpg");
}
.main_slide div.main_slide_02 {
    background-image: url("../images/main_02_sp.jpg");
}
.main_slide div.main_slide_03 {
    background-image: url("../images/main_03_sp.jpg");
}
}

/*-----------------------------------
    News
-----------------------------------*/

#news_wrapp {
    clear: both;
    padding: 100px 0;
}
.h3_01 {
    font-family: 'EB Garamond', serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-size: 26px;
    position: relative;
    margin: 0 0 50px 50px;
}
.h3_01::before {
    content: "";
	display: inline-block;
	width: 40px;
	height: 2px;
	background-color: #d0b064;
    position: relative;
    top: -7px;
    margin-right: 15px;
}

#news_in {
    width: 1000px;
	margin: 0 auto;
}
#news_list {
    border-top: solid 1px #ccc;
    margin-bottom: 50px;
}
#news_list dt {
    float: left;
    width: 7em;
    padding: 15px 0;
}
#news_list dd {
	padding: 15px 0 15px 8em;
    border-bottom: solid 1px #ccc;
}
#news_list dd a {
    color: rgba(0, 0, 0, 1);
}
#news_list dd a:hover {
    color: rgba(0, 0, 0, 0.5);
}
.btn_01 {
	clear: both;
	width: 300px;
	height: 60px;
	margin: 0 auto;
    font-family: 'EB Garamond', serif;
    font-weight: 400;
	font-size: 16px;
    letter-spacing: 0.1em;
	text-align: center;
	line-height: 60px;
	background-color: rgba(0, 0, 0, 1);
	transition:all .3s ease;
}
.btn_01:hover {
    background-color: rgba(0, 0, 0, .7);
}
.btn_01 a {
	display: block;
	color: #fff;
}

@media only screen and ( max-width : 736px ) {
#news_wrapp {
    padding: 50px 0 70px;
}
.h3_01 {
    font-size: 22px;
    margin: 0 0 30px 5%;
}
.h3_01::before {
	width: 30px;
    margin-right: 10px;
}

#news_in {
    width: 90%;
}
#news_list dt {
    width: 6em;
}
#news_list dd {
	padding: 15px 0 15px 7em;
}
.btn_01 {
	width: 100%;
}
}

/*-----------------------------------
    Concept
-----------------------------------*/

#concept_wrapp {
    clear: both;
    padding: 0 0 180px;
}
#concept_in {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.txt_box_01 {
	width: 480px;
	min-height: 630px;
	position: relative;
	box-sizing: border-box;
	background-color: #FFF;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
	text-align: center;
	padding: 40px;
    background-image: url("../images/harizuri_bg.gif");
    background-position: left bottom;
    background-repeat: no-repeat;
    z-index: 200;
}
#concept_logo {
    text-align: center;
    line-height: 0;
    margin-bottom: 40px;
}
#concept_jp {
	letter-spacing: 0.2em;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
	margin-bottom: 30px;
	display: inline-block;
	text-align: left;
}
.txt_en_01 {
    color: #999999;
    line-height: 1.6em;
    text-align: left;
}
#concept_slide_wrapp {
    width: 830px;
    height: 600px;
    position: absolute;
    right: 0;
    top: 110px;
    z-index: 100;
}

@media only screen and ( max-width : 736px ) {
#concept_wrapp {
    padding: 0 0 50px;
}
#concept_in {
    width: 90%;
}
.txt_box_01 {
	width: 100%;
	min-height: auto;
    box-shadow: none;
	padding: 30px;
    background-size: 200px auto;
}
#concept_logo {
    margin-bottom: 30px;
}
#concept_jp {
	margin-bottom: 20px;
}
#concept_slide_wrapp {
    width: 100%;
    height: auto;
    position: relative;
    right: auto;
    top: auto;
}
#concept_slide_wrapp img {
    width: 100%;
}
}

/*-----------------------------------
    Food Menu
-----------------------------------*/

#food_wrapp {
    clear: both;
    padding: 0 0 100px;
}
.h3_02 {
    display: inline-block;
    vertical-align: top;
    font-family: 'EB Garamond', serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-size: 26px;
    position: relative;
    margin: 0 0 0 50px;
}
.h3_02::before {
    content: "";
	display: inline-block;
	width: 40px;
	height: 2px;
	background-color: #d0b064;
    position: relative;
    top: -7px;
    margin-right: 15px;
}
.txt_h3_l {
    display: inline-block;
    margin: 0 0 50px 40px;
}
.txt_01 {
    font-size: 20px;
    line-height: 1.8em;
    margin-bottom: 10px;
}
#food_in_01 {
    width: 1300px;
    margin: 0 auto 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#food_in_01 p {
    width: calc(20% - 5px);
    line-height: 0;
    margin-bottom: 5px;
}
#food_in_01 p img {
    width: 100%;
}

#food_in_02 {
    width: 1000px;
    margin: 0 auto;
}
#food_h4_01 {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 20px;
}
#food_h4_01 span {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin-right: 10px;
}
#food_ozatsuki_price {
    font-size: 18px;
    margin-top: 20px;
}
#food_ozatsuki_price span {
    font-size: 12px;
}
.h3_04 {
    font-size: 25px;
    font-weight: normal;
    text-align: center;
    margin: 50px 0 40px;
}
.food_h3_01 {
    font-size: 20px;
    font-weight: normal;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}
#food_menu_01, #food_menu_02, #food_menu_03, #food_menu_04, #food_menu_05, #food_menu_06, #food_menu_07, #food_menu_08, #food_menu_09, #food_menu_10, #food_menu_11, #food_menu_12, #food_menu_13, #food_menu_14, #food_menu_15, #food_menu_16, #food_menu_17, #food_menu_18 {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #000;
    position: absolute;
    right: 0;
    bottom: 10px;
}
/* 二本の横棒を作成する */
.plus_minus {
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
}
.plus_minus::before,
.plus_minus::after {
    content: '';
    display: block;
    width: 15px;
    height: 1px;
    background: #fff;
}
  
/* 2本の横棒のうち一本は縦棒にする */
.plus_minus::after {
    background: #fff;
    /* 横棒を縦にするために90℃回転させる */
    transform: translateY(-50%) rotate(90deg);
    /* プラスからマイナスへの切り替えをゆっくり行いアニメーションさせる */
    transition: 0.3s;
}
  
/* プラスがクリックされたら縦棒を横にしてマイナスにする疑似要素jQueryで付け外しを行う */
 .plus_minus.active::after {
    transform: rotate(0);
    transition: 0.3s;
    position: relative;
    top: -1px;
}
#food_contents_01, #food_contents_02, #food_contents_03, #food_contents_04, #food_contents_05, #food_contents_06, #food_contents_07, #food_contents_08, #food_contents_09, #food_contents_10, #food_contents_11, #food_contents_12, #food_contents_13, #food_contents_14, #food_contents_15, #food_contents_16, #food_contents_17, #food_contents_18 {
	display: none;
    margin-bottom: 40px;
}

.menu_table {
	width: 100%;
	/*line-height: 1.2em;*/
}
.menu_table th {
	width: 90%;
	padding: 15px 0;
	box-sizing: border-box;
	text-align: left;
	font-weight: normal;
    border-bottom: 1px solid #ccc;
}
.menu_table td {
	width: 10%;
	padding: 15px 0;
	box-sizing: border-box;
	text-align: right;
    font-family: 'EB Garamond', serif;
	vertical-align: middle;
    border-bottom: 1px solid #ccc;
}
.food_btm_txt {
    margin-top: 15px;
}

@media only screen and ( max-width : 736px ) {
#food_wrapp {
    padding: 0 0 50px;
}
.h3_02 {
    font-size: 22px;
    margin: 0 0 20px 5%;
}
.h3_02::before {
	width: 30px;
    margin-right: 10px;
}
.txt_h3_l {
    display: block;
    margin: 0 auto 30px;
    width: 90%;
}
.txt_01 {
    font-size: 14px;
}
#food_in_01 {
    width: 90%;
    margin: 0 auto 40px;
}
#food_in_01 p {
    width: calc(50% - 5px);
    margin-bottom: 10px;
}

#food_in_02 {
    width: 90%;
}
#food_h4_01 {
    font-size: 20px;
}
.h3_04 {
    font-size: 20px;
    margin: 30px 0 20px;
}
.food_h3_01 {
    font-size: 16px;
}
#food_menu_01, #food_menu_02, #food_menu_03, #food_menu_04, #food_menu_05, #food_menu_06, #food_menu_07, #food_menu_08, #food_menu_09, #food_menu_10, #food_menu_11, #food_menu_12, #food_menu_13, #food_menu_14, #food_menu_15, #food_menu_16, #food_menu_17, #food_menu_18 {
    width: 35px;
    height: 35px;
}
/* 二本の横棒を作成する */
.plus_minus {
    top: 16px;
}
#food_contents_01, #food_contents_02, #food_contents_03, #food_contents_04, #food_contents_05, #food_contents_06, #food_contents_07, #food_contents_08, #food_contents_09, #food_contents_10, #food_contents_11, #food_contents_12, #food_contents_13, #food_contents_14, #food_contents_15, #food_contents_16, #food_contents_17, #food_contents_18 {
    margin-bottom: 30px;
}

.menu_table {
	line-height: 1.6em;
}
/*.menu_table th:first-child, .menu_table td:first-child {
    padding: 0 0 15px 0;
}*/
.menu_table th {
	width: 80%;
}
.menu_table td {
	width: 20%;
}
.food_btm_txt {
    margin-top: 10px;
    line-height: 1.6em;
}
}

/*-----------------------------------
    Drink Menu
-----------------------------------*/

#drink_wrapp {
    clear: both;
    padding: 0 0 100px;
}
.obi_img_01 {
    line-height: 0;
    margin-bottom: 50px;
}
.obi_img_01 img {
    width: 100%;
    max-height: 600px;
    object-fit: cover;
}
#drink_in {
    width: 1000px;
    margin: 0 auto;
}

@media only screen and ( max-width : 736px ) {
#drink_wrapp {
    padding: 0 0 50px;
}
.obi_img_01 {
    margin-bottom: 30px;
}
.obi_img_01 img {
    min-height: 170px;
}
#drink_in {
    width: 90%;
}
}

/*-----------------------------------
    Interior
-----------------------------------*/

#interior_wrapp {
    clear: both;
    padding: 0 0 100px;
}
#interior_in {
    width: 1000px;
    margin: 0 auto;
}

@media only screen and ( max-width : 736px ) {
#interior_wrapp {
    padding: 0 0 50px;
}
#interior_in {
    width: 90%;
}
#interior_in img {
    width: 100%;
}
.sp-layer {
    display: none;
}
}

/*-----------------------------------
    Access
-----------------------------------*/

#access_wrapp {
    clear: both;
    padding: 0 0 100px;
    overflow: hidden;
    zoom: 1
}
#access_in {
    width: 1000px;
	margin: 0 auto;
}
#access_map {
    float: left;
    line-height: 0;
}
#access_txt_box {
    width: 470px;
    float: right;
}
#access_txt_box div:first-of-type {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
#access_txt_box div:last-of-type {
    margin-bottom: 40px;
}

@media only screen and ( max-width : 736px ) {
#access_wrapp {
    padding: 0 0 70px;
}
#access_in {
    width: 90%;
}
#access_map {
    float: none;
    margin-bottom: 30px;
}
#access_map img {
    width: 100%;
}
#access_txt_box {
    width: 100%;
    float: none;
}
}

/*-----------------------------------
    Information
-----------------------------------*/

#info_wrapp {
    clear: both;
    padding: 0 0 100px;
}
#info_in {
    width: 1000px;
	margin: 0 auto;
}
.list_01 {
	clear: both;
}
.list_01 dt {
    float: left;
    width: 7em;
	padding: 15px 0;
}
.list_01 dd {
	padding: 15px 0 15px 8em;
	border-bottom: 1px solid #ccc;
}
.list_01 dd:last-child {
	border-bottom: none;
}

.obi_img_02 {
    line-height: 0;
    margin-bottom: 100px;
}
.obi_img_02 img {
    clear: both;
    width: 100%;
    max-height: 600px;
    object-fit: cover;
}

@media only screen and ( max-width : 736px ) {
#info_wrapp {
    padding: 0 0 50px;
}
#info_in {
    width: 90%;
}
.list_01 dt {
    width: 6em;
}
.list_01 dd {
	padding: 15px 0 15px 7em;
}

.obi_img_02 {
    margin-bottom: 50px;
}
.obi_img_02 img {
    min-height: 170px;
}
}

/*-----------------------------------
    Contact
-----------------------------------*/

#contact_wrapp {
    clear: both;
    padding: 0 0 100px;
}
#contact_in {
    width: 1000px;
	margin: 0 auto;
}

.table_form {
	width: 100%;
	border-top: 1px solid #ccc;
}
.table_form th {
	width: 25%;
	padding: 25px 20px;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
	text-align: left;
	box-sizing: border-box;
	font-weight: normal;
}
.table_form td {
	width: 75%;
	padding: 25px 20px;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
}
.table_form input {
    border: none;
    padding: 10px;
    width: 300px;
	box-sizing: border-box;
}
.table_form textarea {
    border: none;
    padding: 8px 10px;
	resize: none;
	width: 500px;
	height: 200px;
	box-sizing: border-box;
}
#form_btm_txt {
    padding: 50px 0;
	text-align: center;
}
#submit_wrapp {
    text-align: center;
}
.btn_submit {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	width: 320px;
	height: 65px;
	font-size: 16px;
	text-align: center;
	line-height: 65px;
	outline: none;
	background-color: #000;
	border: none;
	cursor: pointer;
	color: #FFF;
	transition: all .3s ease;
}
.btn_submit:hover {
	opacity: 0.7;
}

@media only screen and ( max-width : 736px ) {
#contact_wrapp {
    padding: 0 0 70px;
}
#contact_in {
    width: 90%;
}

.table_form {
	width: 100%;
	border-top: 1px solid #ccc;
}
.table_form th {
    display: block;
	width: 100%;
	padding: 15px 0 10px;
	border-bottom: none;
}
.table_form td {
    display: block;
	width: 100%;
	padding: 0 0 20px;
}
.table_form input {
    width: 100%;
}
.table_form textarea {
	width: 100%;
}
#form_btm_txt {
    padding: 30px 0;
}
.btn_submit {
	width: 100%;
}
}

/*===================================
    Privacy Policy
===================================*/

#contents_wrapp_01 {
    width: 1000px;
    margin: 0 auto;
    padding: 180px 0 100px;
}
#h2_page_title {
    font-family: 'EB Garamond', serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-size: 30px;
    text-align: center;
    margin-bottom: 70px;
}
#h2_page_title span {
    display: block;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 18px;
    letter-spacing: 0;
    margin-top: 10px;
}
.h3_03 {
    font-size: 18px;
    margin: 30px 0 10px;
}
#privacy_sing {
    font-size: 18px;
    text-align: right;
    margin: 30px 0;
}
/*#back_btn {
    font-size: 18px;
    text-align: center;
}*/

/*---------- pager_01 ----------*/

#pager_01 {
	clear: both;
	text-align: center;
	font-family: 'EB Garamond', serif;
}
#pager_01 a.page-numbers {
    display: inline-block;
	padding: 2px 12px;
	background-color: #d9ccb4;
	margin: 5px 2px;
}
#pager_01 span.current {
    display: inline-block;
	padding: 2px 12px;
	background: #af925d;
    color: #FFFFFF;
	margin: 5px 2px;
}
#pager_01 a.next, #pager_01 a.prev {
	padding: 0;
	background: none;
	margin: 0 5px;
}

@media only screen and ( max-width : 736px ) {
#contents_wrapp_01 {
    width: 90%;
    padding: 120px 0 60px;
}
#h2_page_title {
    font-size: 25px;
    margin-bottom: 30px;
}
#h2_page_title span {
    font-size: 16px;
}
.h3_03 {
    font-size: 16px;
    margin: 20px 0 10px;
}
#privacy_sing {
    font-size: 16px;
    margin: 20px 0;
}
#back_btn {
    font-size: 16px;
}
}

/*===================================
    News
===================================*/

.postinfo {
    color: #a2a2a2;
	margin-bottom: 30px;
}
.news_article img {
    width: 100%;
    height: auto;
}
.h3_05 {
    font-size: 25px;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
#news_article_navi {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    padding-top: 50px;
}

@media only screen and ( max-width : 736px ) {
.postinfo {
	margin-bottom: 20px;
}
.h3_05 {
    font-size: 18px;
    margin-bottom: 20px;
}
#news_article_navi {
    font-size: 16px;
}
}